Added support for saplings and stem to be protected while autoplant is turned on, regardless of whether they are in fact fully grown or not.
To those of you migrating, you will need to add the following your config.yml
Code (Text):
auto-plant-stems:
- MELON_STEM
- PUMPKIN_STEM
- ATTACHED_MELON_STEM
- ATTACHED_PUMPKIN_STEM
auto-plant-saplings:
- OAK_SAPLING
- SPRUCE_SAPLING
- BIRCH_SAPLING
- JUNGLE_SAPLING
- ACACIA_SAPLING
- DARK_OAK_SAPLING
- SAPLING
As well as the following
Code (Text):
allow-break-stems: false # Allow breaking stem blocks when autoplant is on
allow-break-saplings: false # Allow breaking saplings when autoplant is on