Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@Danielv123 Danielv123 released this 10 Jun 15:55
· 9 commits to main since this release

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

  1. Remove all edge connectors (remove the belts attached to loaders on the edges)
  2. npm install @danielv123/gridworld
  3. npm install universal_edges
  4. npx clusteriocontroller plugin add universal_edges
  5. Start the controller, wait with starting the hosts
  6. Set edge_transports.internal to [] on all instances
  7. Start all hosts (make sure to perform the update steps on all machines in the cluster)

Full Changelog: v0.5.0...v1.0.0