promotional bannermobile promotional banner

Wet Farmland

Keeps farmland hydrated for a configurable period, delays its conversion back to dirt, and optionally prevents trampling.

Wet Farmland

License: MIT

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

GitHub Releases

Installation

  1. For Minecraft 1.20.1, install Forge,For Minecraft 1.21.1, install NeoForge.
  2. Place the mod JAR file in the .minecraft/mods/ folder.
  3. Launch the game.

Dedicated server

  1. Install the loader matching the selected file: Forge for Minecraft 1.20.1, or NeoForge for Minecraft 1.21.1.
  2. Place the mod JAR file in the server's mods folder.
  3. 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.

The Wet Farmland Team

profile avatar
  • 1
    Projects
  • 24
    Downloads