Releases: ac101m/autonomous-minecarts
Releases · ac101m/autonomous-minecarts
Release 1.1.3 for minecraft 1.21.1
Changelog
- Update mod for minecraft 1.21.1
Dependencies
- Fabric API
- Fabric language Kotlin
Release 1.1.2 for minecraft 1.20.4
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
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
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