- Improved the safety of the task queue
- Added
ignore-random-tick/ignore-scheduled-tickoption for pots- Added ExecutableItems compatibility
- Fixed a bug with watering-can on 1.20.5+
- Improved the display when watering-can is a damageable item
- Fixed potential error if the crop data is inconsistent with the model when interacting
- Added new API events
QualityCropActionEvent&DropItemActionEvent- Minor bug fixs related to world thread scheduler
- Added
/customcrops unsafecommands which contain some unsafe operations- Added vanilla item id support (Spigot's item ID is sometimes different from the vanilla)
- Improved
/customcrops debug datacommand- Now debug commands can be translated
- Fixed some minor bugs
- Added an option
intervene-anti-grief, see the comments for details- Added MythicCrucible compatibility
- Added hClaims compatibility
- Set up a single thread scheduler for each world. Compared with previous versions, the process of ticking would be safer.
- Made world saving asynchronous
- Improved culling of useless chunks
- Fixed a bug that chunk limitation works abnormally for new chunks
- Fixed a bug that
placeholder-registeris not working- Prevents the plugin from giving errors if another season plugin is not ready to provide seasons
- Fixed the problem of multiple data referencing the same object due to optimization on chunk load
- Fixed AdvancedSlimePaper support
- Added deepclone support for block data tags
- Added ALL mode (use both random tick and scheduled tick)
- Using the nms method to detect rain locations more accurately
- Fixed the range of surrounding water sources
- Updated cloud command framework to 2.0.0
