HarvestFlow v1.8 - The Crop Protection Update! This update introduces a new crop protection feature to prevent accidental breaking of immature plants and adds support for the latest version of Minecraft.
✨ Features
Crop Protection: Immature crops are now protected from being accidentally broken.
By default, players cannot break crops that are not fully grown.
To break an immature crop, players can sneak and break the crop with a hoe.
This feature can be disabled in the config.yml file.
New Option:
Code (Text):
crop-protection:
# If true, players cannot break immature crops by left-clicking.
# They can still break them by sneaking and right-clicking.
# If false, immature crops can be broken normally.
enabled: true
Updates
Configuration Update: The configuration version has been updated to 4 to support the new features.