What's Changed
- Support for fluid transfers
- Support for power transfers
- Support for train transfers with multi server routing
- Web UI support for multi-grid
This was achieved by switching from to universal_edges, a TS rewrite of edge transports. #36
This update might cause issues for existing clusters during the migration - the following guide should sort out most of it
- Remove all edge connectors (remove the belts attached to loaders on the edges)
npm install @danielv123/gridworld
npm install universal_edges
npx clusteriocontroller plugin add universal_edges
- Start the controller, wait with starting the hosts
- Set edge_transports.internal to [] on all instances
- Start all hosts (make sure to perform the update steps on all machines in the cluster)
Full Changelog: v0.5.0...v1.0.0