- Added Oh the Biomes You'll Go support.
- Added wood_prevents_decay datapack (default disabled) which allows wood, in addition to logs, to prevent leaf decay.
- Fixed promenade woods and stripped wood/logs preventing decay even with wood_prevents_decay disabled.
A cumulative changelog can be found here
Added builtin datapack "oak_leaves_recognize_jungle_logs" which prevents oak leaves from decaying when they connect to jungle logs. This is to prevent the jungle-logged, oak-leaved tree-bushes that generate in jungles from decaying.
Thanks to David M for reporting this issue!
A cumulative changelog can be found here
- Fixed persistent leaves' distance never being calculated when 'ignorePersistentLeaves' was enabled.
- This prevented observers from triggering when observing persistent leaves whose distance should have changed, which is used in some redstone contraptions.
- Persistent leaves now calculate distance based on both non-persistent and persistent leaves, while non-persistent leaves still ignore persistent leaves (if the config is enabled).
A cumulative changelog can be found here