/
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.
/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 a randomTick on 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 stored CropState for a block position (defaults to the player's feet), including call/growth deltas and whether offline growth would trigger on the next tick.SavedData system. Crop state is now stored as NBT in <world>/data/evercrops.dat per dimension — no native libraries, no manual lifecycle management, and no platform-specific binaries required.