Wet Farmland
A lightweight Minecraft mod that changes vanilla farmland mechanics by extending hydration, delaying hardening, and preventing trampling.
Features
- Extended hydration: Hydrated farmland stays wet for a configurable number of days (4 days by default) before it begins to dry out.
- Delayed hardening: Dry farmland turns back into dirt after a configurable number of days (30 days by default).
- Crop removal: Crops above farmland are removed without drops when the farmland hardens (configurable).
- Trampling protection: Players and mobs cannot trample farmland (configurable).
- Configurable behavior: All time periods and feature toggles can be adjusted in the configuration file.
Download
Installation
- For Minecraft 1.20.1, install Forge,For Minecraft 1.21.1, install NeoForge.
- Place the mod JAR file in the
.minecraft/mods/folder. - Launch the game.
Dedicated server
- Install the loader matching the selected file: Forge for Minecraft 1.20.1, or NeoForge for Minecraft 1.21.1.
- Place the mod JAR file in the server's
modsfolder. - Players can connect without installing the mod on their clients.
Configuration
The configuration file is located at .minecraft/config/wetfarmland.toml(1.20.1) or .minecraft/config/wetfarmland-common.toml(1.21.1).
[general]
# Number of days farmland stays hydrated (default: 4)
wetPeriod = 4
# Number of days before dry farmland hardens into dirt (default: 30)
hardenPeriod = 30
# Whether to prevent farmland from being trampled
enableTrampling = true
# Whether to remove crops above farmland when it hardens
destroyCropsOnHarden = true
License
Wet Farmland is licensed under the MIT License.

