Skip to content

Releases: ac101m/autonomous-minecarts

Release 1.1.3 for minecraft 1.21.1

13 Oct 18:59
Compare
Choose a tag to compare

Changelog

  • Update mod for minecraft 1.21.1

Dependencies

  • Fabric API
  • Fabric language Kotlin

Release 1.1.2 for minecraft 1.20.4

05 Apr 03:38
Compare
Choose a tag to compare

Changelog

  • Fix new parameter defaults not being written to config.

Dependencies

  • Fabric API
  • Fabric language Kotlin

Release 1.1.1 for minecraft 1.20.4

05 Apr 02:58
Compare
Choose a tag to compare

Changelog

  • Fix bug with ticket refresh being 1 tick late.
  • Add proper handling for world idling.
  • Add algorithm for ignoring minecarts which are moving but staying in one area.

Dependencies

  • Fabric API
  • Fabric language Kotlin

Release 1.1.0 for minecraft 1.20.4

27 Mar 21:48
Compare
Choose a tag to compare

Change notes

  • Added a configuration option for cart idle threshold.
  • Migrated from JSON based configuration to properties file. Any existing installations of the mod will need to be re-configured.

Dependencies

  • Fabric API
  • Fabric language Kotlin