- Added plant & recipe sorting system
- Fixed farmland growing issue
- Fixed brewing interacting issue
- Minor fixes
- Added supports to 1.19
- Added option of dropping seed on breaking an immature crop
YAML:seeds: drop-on-immature: true- Change brewing fuel into sub-ingredient
Example: Apple Juice
YAML:type: BREWING result: FOOD:AppleJuice ingredient: FOOD:Apple sub-ingredient: enabled: true item: ITEM:SUGAR input: ITEM:GLASS_BOTTLE- Updated bStats to v3.0.0
- Fixed multi-crop on single block
- Minor fixes
- Data structure & storage improvements
- WorldEdit dependency improvements
- Fixed no-plant error
- Fixed full-eatable food issue
- Added brewing recipes
- Plant requirement "height" changes:
YAML:requirements: max-height: 80 min-height: 60
- Updated default plant configuration to the latest version
- Fixed Tree type generating issue
- Minor fixes
- Now supports mc version 1.18.2
- Added hex color support (Example: Ⴟf5)
- Added amount argument of give command
(Example: /pae give food Apple Steve 16)- Fixed FAWE clipboards generate issue
- Fixed FAWE latest API unsupported issue
- Add messages
YAML:too-high: '&cHere are too high for this plant.' too-low: '&cHere are too low for this plant.' not-beside-water: '&cThis plant needs to grow beside the water.'- Add plant requirement: farmland must be beside water
YAML:requirements: water-beside: true- Minor fixes
- Added command /pae give <food/head/seed> <item> [player]
- Now supports mc version 1.16
- Fixed low light level of wheat seed issue
- Fixed right click food eating issue
