This mod keeps your farmland moist for a set duration, slows its reversion to dirt, and can optionally stop trampling by players and mobs.
Wet Farmland Mod Overview
This mod is a lightweight enhancement for Minecraft that alters the standard farmland operations, prolonging hydration, delaying the transition to dirt, and preventing trampling actions.
Key Features
- Prolonged moisture: Your hydrated farmland will remain wet for a user-defined number of days (default set to 4) before it starts drying out.
- Delayed reversion: When farmland dries, it transforms back into dirt after a configurable period (default set to 30 days).
- Crop management: When farmland hardens, any crops above it are removed without item drops (this can be adjusted).
- Trampling safeguard: Both players and mobs are unable to trample on farmland (this is also configurable).
- Customizable settings: Adjust all timing and features through the configuration file to suit your gameplay needs.
How to Download
You can find the latest version of the mod on its GitHub Releases page.
Installation Instructions
- For Minecraft version 1.20.1, ensure you install Forge. For version 1.21.1, use NeoForge.
- Copy the mod JAR file into the
.minecraft/mods/directory. - Launch the Minecraft game.
Setting Up a Dedicated Server
- Install the appropriate mod loader based on your chosen version: Forge for 1.20.1, or NeoForge for 1.21.1.
- Transfer the mod JAR file to the server’s
modsfolder. - Players can join the server without needing to have the mod installed on their individual clients.
Mod Configuration
Find the configuration file at .minecraft/config/wetfarmland.toml for version 1.20.1 or .minecraft/config/wetfarmland-common.toml for version 1.21.1.
[general]
# Specifies the number of days that farmland remains hydrated (default: 4)
wetPeriod = 4
# Specifies the number of days before dry farmland becomes dirt (default: 30)
hardenPeriod = 30
# Option to prevent trampling of farmland
enableTrampling = true
# Option to remove crops above farmland when it hardens
destroyCropsOnHarden = true
License Information
The Wet Farmland mod is distributed under the MIT License.
