HarvestFlow v1.6 - The Seed Control Update! ✨ New Features
Configurable Seed Drops: Introduced a new drop-seeds: <true/false> option for each crop in the item-drops section of config.yml. This allows server administrators to control whether harvesting a crop also yields its corresponding seed item.
Improvements & Bug Fixes
Smarter Seed Logic: The drop-seeds feature has been refined to only apply to crops with distinct seed items (i.e., WHEAT and BEETROOTS). This prevents redundant drops for crops like POTATOES and CARROTS where the harvest and the seed are the same item.
Cleaner Configuration: Removed the now-unnecessary drop-seeds option from the default configuration for Potatoes, Carrots, and Nether Wart to improve clarity and prevent confusion.
Updated Config Comments: Added and improved comments in config.yml to better explain the new drop-seeds functionality.
⚙️ Technical Changes
Config Version Bumped: The config-version has been increased to 3. The plugin will automatically update existing config.yml files to include the new drop-seeds option where applicable.