
CustomCrops 3.6.44
Seasons, greenhouse, fertilizers and sprinklers! [Supports CraftEngine/ItemsAdder/Oraxen/Nexo]
3.6.28
Jan 18, 2025
- Added `hand` condition
- Added `x` `y` `z` parameters for `spawn-entity` action
3.6.27.1
Jan 9, 2025
- Updated adventure to 4.18.0
- Updated zstd-jni to 1.5.6-9
- Fixed an issue that sound action would throw errors if lack arguments
3.6.27
Jan 8, 2025
- Changed the way furniture entities are obtained, which improved compatibility with some custom item plugins to a certain extent
3.6.26
Jan 5, 2025
- Fixed a bug related to bone meal
- Added expression support for sound action
3.6.25
Dec 30, 2024
- Fixed the bug that scheduled tick might not work if a chunk is frequently loading and unloading
3.6.24
Dec 10, 2024
- 1.21.4 support
3.6.23
Dec 4, 2024
- Fixed an issue that grow actions not triggered if no model is set for that stage. This could affect overgrown crops.
3.6.22
Nov 29, 2024
- Fixed teleport packets on 1.21.3+
- Added Nexo Support (Beta)
- Added expression support for chance of action
- Prevent break requirements checks in `break` actions
3.6.20.1
Nov 17, 2024
- Fixed an issue that placeholders got unregistered on papi reload due to my mistake in the last refactor
3.6.20
Nov 10, 2024
- Optimized event listener with a faster way. This can reduce the performance cost when there're a lot of pistons.
3.6.19
Nov 3, 2024
- Fixed an issue that canceling ScarecrowBreakEvent and GreenhouseBreakEvent wouldn't cancel the event from ItemsAdder/Oraxen
- Added listener for LoadSlimeWorldEvent. This would be helpful if another plugin loads the slime world without calling the WorldLoadEvent.
3.6.18
Nov 2, 2024
- 1.21.2/1.21.3 support
3.6.17
Oct 23, 2024
- Fixed `&r`
- Fixed an issue where "*" no longer works in `item-in-hand` requirement
- Fixed changes on `max-water-storage` not applied
- Fixed data saving on Folia servers
3.6.16
Oct 13, 2024
- Fixed slow server shutdown due to world block loading stuck after bukkit server shutdown
- Added `regex` option for `item-in-hand` condition
3.6.15
Oct 10, 2024
- Fixed an issue where `force-tick` not working properly if tick interval is more than 1
- Added `=` alias for `==` and `potion-effect` requirement
- Updated the dependencies to the latest
3.6.14.1
Oct 5, 2024
- Fixed an issue where scarecrow not working since last update's EOF error fix
3.6.14
Oct 3, 2024
- Fixed an issue that players can plant ignore `pot-whitelist`
- Fixed potential EOF issue
- Fixed an issue with reading external item ID
3.6.13
Sep 30, 2024
- Improved the safety of the task queue
- Added `ignore-random-tick`/`ignore-scheduled-tick` option for pots
- Added ExecutableItems compatibility
3.6.12
Sep 22, 2024
- 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
3.6.11
Sep 20, 2024
- Added new API events `QualityCropActionEvent` & `DropItemActionEvent`
- Minor bug fixs related to world thread scheduler