promotional bannermobile promotional banner

AutoSow

AutoSow automatically replants crops when harvested, making farming more efficient and enjoyable. Compatible with all vanilla crops and works with any tool or bare hands.

File Details

AutoSow-Fabric-2.1.0.jar

  • R
  • Sep 13, 2025
  • 16.97 KB
  • 673
  • 1.21.10+3
  • Fabric + 1

File Name

AutoSow-Fabric-2.1.0.jar

Supported Versions

  • 1.21.10
  • 1.21.9
  • 1.21.8
  • 1.21.7

Curse Maven Snippet

Fabric

modImplementation "curse.maven:autosow-1186381:6992670"

Quilt

modImplementation "curse.maven:autosow-1186381:6992670"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

AutoSow Mod

Version 2.1.0 - Major Configuration Update

🎉 Major Features

  • Added comprehensive configuration system - The mod now generates an autosow.json config 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 mod
  • requireSeedsInInventory (default: true) - Whether seeds must be in inventory to replant
  • workInCreativeMode (default: true) - Allow the mod to work in creative mode
  • preventAccidentalHarvest (default: true) - Protect recently planted crops from accidental breaking
  • protectionTicks (default: 20) - How long to protect newly planted crops (in ticks)

Crop-Specific Settings

  • autoReplantWheat (default: true) - Auto-replant wheat crops
  • autoReplantCarrots (default: true) - Auto-replant carrot crops
  • autoReplantPotatoes (default: true) - Auto-replant potato crops
  • autoReplantBeetroots (default: true) - Auto-replant beetroot crops
  • autoReplantModdedCrops (default: true) - Auto-replant crops from other mods

Seed Priority System

  • preferMainHand (default: true) - Check main hand for seeds first
  • preferOffHand (default: false) - Check off hand for seeds before inventory
  • searchHotbarFirst (default: true) - Search hotbar slots before main inventory

Advanced Settings

  • onlyMatureCrops (default: true) - Only trigger on fully mature crops
  • minimumToolDurability (default: 10) - Minimum tool durability required to harvest (0 = disabled)
  • maxSearchDistance (default: 0) - Reserved for future chest-searching feature
  • blacklistedDimensions (default: empty) - List of dimension IDs where mod won't work

User Experience

  • showReplantMessages (default: false) - Show action bar messages when replanting
  • playReplantSound (default: false) - Play sound effects when replanting
  • enableDebugLogging (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