AutoSow Mod
Version 2.1.0 - Major Configuration Update
🎉 Major Features
- Added comprehensive configuration system - The mod now generates an
autosow.jsonconfig file in your config directory - Granular crop control - Enable/disable auto-replanting for specific crop types
- Smart seed priority system - Configure which inventory slots to check for seeds first
- Dimension restrictions - Blacklist specific dimensions where the mod shouldn't work
- Tool durability protection - Prevent harvesting when tools are low on durability
⚙️ Configuration Options
Core Features
enableAutoReplant(default: true) - Master switch to enable/disable the entire modrequireSeedsInInventory(default: true) - Whether seeds must be in inventory to replantworkInCreativeMode(default: true) - Allow the mod to work in creative modepreventAccidentalHarvest(default: true) - Protect recently planted crops from accidental breakingprotectionTicks(default: 20) - How long to protect newly planted crops (in ticks)
Crop-Specific Settings
autoReplantWheat(default: true) - Auto-replant wheat cropsautoReplantCarrots(default: true) - Auto-replant carrot cropsautoReplantPotatoes(default: true) - Auto-replant potato cropsautoReplantBeetroots(default: true) - Auto-replant beetroot cropsautoReplantModdedCrops(default: true) - Auto-replant crops from other mods
Seed Priority System
preferMainHand(default: true) - Check main hand for seeds firstpreferOffHand(default: false) - Check off hand for seeds before inventorysearchHotbarFirst(default: true) - Search hotbar slots before main inventory
Advanced Settings
onlyMatureCrops(default: true) - Only trigger on fully mature cropsminimumToolDurability(default: 10) - Minimum tool durability required to harvest (0 = disabled)maxSearchDistance(default: 0) - Reserved for future chest-searching featureblacklistedDimensions(default: empty) - List of dimension IDs where mod won't work
User Experience
showReplantMessages(default: false) - Show action bar messages when replantingplayReplantSound(default: false) - Play sound effects when replantingenableDebugLogging(default: false) - Enable detailed console logging
Performance
ticksBetweenChecks(default: 1) - How often to process protection timers (higher = better performance)
🔧 Technical Improvements
- Automatic crop detection - Dynamically discovers and maps modded crops to their seeds
- Config validation - Automatic validation and correction of invalid config values
- Dimension awareness - Check dimension restrictions before processing
- Enhanced error handling - Better logging and error recovery
- Performance optimization - Configurable tick intervals for better server performance
🐛 Bug Fixes
- Improved seed detection for modded crops
- Better handling of edge cases in crop identification
- Enhanced thread safety for protection system
2.0.0
1.9.0
Fabric Support: Full support added for the Fabric version of the mod.
Fabric API Required: Ensure that Fabric API is installed for the mod to function correctly
1.6.0
Fabric Support: Full support added for the Fabric version of the mod.
Fabric API Required: Ensure that Fabric API is installed for the mod to function correctly
AutoSow-1.3.0
Fabric Support: Full support added for the Fabric version of the mod.
Fabric API Required: Ensure that Fabric API is installed for the mod to function correctly
1.1.0
1.0.0



