File Details
evercrops-1.20.1-3.0.0.jar
- R
- Apr 25, 2026
- 158.66 KB
- 110
- 1.20.1
- Forge
File Name
evercrops-1.20.1-3.0.0.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
Changelog for EverCrops 1.20.1
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[3.0.0] - 2026-4-25
Added
/evercrops simulate <ticks>command — backdates all tracked crop entries in the current dimension by the given number of ticks, allowing offline-growth logic to be triggered immediately on the next random tick. Useful for testing./evercrops tick <radius>command — forces arandomTickon every tracked crop block within the given radius of the player, applying growth instantly without waiting for random tick scheduling./evercrops inspect [x y z]command — displays the storedCropStatefor a block position (defaults to the player's feet), including call/growth deltas and whether offline growth would trigger on the next tick.
Changed
- Replaced RocksDB persistence with Minecraft's built-in
SavedDatasystem. Crop state is now stored as NBT in<world>/data/evercrops.datper dimension — no native libraries, no manual lifecycle management, and no platform-specific binaries required.
Fixed
- Fixed crash (
IllegalArgumentException: Cannot get property age) caused by mods that extendCropBlockorStemBlockbut register blocks (e.g.minecraft:oxeye_daisy) whoseStateDefinitiondoes not include the standard age property. The mixin now guards all age-property access and skips incompatible blocks silently.
[2.0.0] - 2025-5-16
Changed
- Switched from MapDb to RocksDb for Crop management.
[1.0.1] - 2025-3-21
Changed
- Added gottschcore dependency to mods.toml
[1.0.0] - 2025-3-19
- Initial release.

