promotional bannermobile promotional banner

No Crop Trample Lite

Prevents farmland from being trampled by players, mobs, and projectiles. Fabric + NeoForge for Minecraft 26.1.x.

No Crop Trample

No Crop Trample

A small mod that does one thing: stops farmland from reverting to dirt when entities land on it. No more destroyed wheat fields from a careless jump, a wandering zombie, or a stray arrow.

Targets Minecraft 26.1.x on both Fabric and NeoForge.

Why this mod exists

Minecraft 26.1 is brand new and the popular legacy trample-prevention mods haven't ported yet. This fills the gap with a minimal, fast-loading implementation — no new blocks, no new items, just the fix.

What it does

  • Disables farmland trampling for all entities by default — players, mobs, projectiles.
  • One simple JSON config toggle if you want to turn it off.
  • Fall damage still applies. Only the farmland-destruction path is skipped.

How it works under the hood

  • Fabric: a tiny mixin wraps the turnToDirt(...) call inside FarmlandBlock.fallOn, using MixinExtras' @WrapOperation (bundled with Fabric Loader, no extra dependency).
  • NeoForge: subscribes to the built-in BlockEvent.FarmlandTrampleEvent and cancels it.

Both paths route through the same config-aware decision, so per-entity-type toggles (player-only, mob-only, projectile-only) can be added in a future release without breaking changes.

Configuration

Edit config/nocroptramplelite.json (created on first launch):

{
  "preventTrampling": true
}
Key Default Notes
preventTrampling true When true, no entity can trample farmland. Set false to restore vanilla behaviour.

Restart Minecraft (or the dedicated server) after editing for changes to take effect.

Compatibility with modded crops

Works automatically with:

  • Modded crops planted on vanilla farmland — most common case (Farmer's Delight, most magic-crop mods, etc.).
  • Modded farmland that extends vanilla FarmlandBlock — inheritance carries the protection through.
  • Modded farmland that overrides fallOn but calls super.fallOn(...) — super call routes back into the protected path.

Does not affect:

  • Modded farmland that fully replaces fallOn with its own trample logic (rare).
  • Custom "farmland" blocks that don't extend FarmlandBlock at all.
  • Pot-style growers (Botany Pots, Garden Cloches, etc.) — they don't have trampling to begin with.

Requirements

  • Minecraft 26.1.x
  • Java 25
  • Fabric Loader 0.18.4+ with Fabric API, or NeoForge 26.1+

License

CC0-1.0 — public domain, do whatever you want with it.

Source

https://github.com/kestalkayden/no-crop-trample-lite

The No Crop Trample Lite Team

Forgeborn tier frameprofile avatar
  • 6
    Followers
  • 18
    Projects
  • 116.5K
    Downloads

More from KestalkaydenView all

  • Hydrofarm project image

    Hydrofarm

    Water-tech and farm automation: clustering tanks, smart pipes, sprinklers, hydroponic crop and tree beds, animal pens, and water power — a focused set of machines, not a whole tech tree. Fabric + NeoForge from one codebase.

    • 3.1K
    • July 30, 2026
  • That Makes Sense Tweaks (Quality of Life) project image

    That Makes Sense Tweaks (Quality of Life)

    A large collection of quality of life / tweaks for Minecraft (Neforge & Fabric)

    • 390
    • July 20, 2026
  • Candy Dispenser / Auto Feeder project image

    Candy Dispenser / Auto Feeder

    A handheld candy dispenser that automatically feeds you candy when hungry, providing healing boosts when damaged.

    • 431
    • July 19, 2026
  • Wireless Redstone Lite project image

    Wireless Redstone Lite

    Wireless redstone for Minecraft 26.1.x. Pair transmitter and receiver blocks by channel + frequency — no wire, no spaghetti. Up to 128 blocks of range by default, configurable.

    • 1.2K
    • July 19, 2026
  • Hydrofarm project image

    Hydrofarm

    Water-tech and farm automation: clustering tanks, smart pipes, sprinklers, hydroponic crop and tree beds, animal pens, and water power — a focused set of machines, not a whole tech tree. Fabric + NeoForge from one codebase.

    • 3.1K
    • July 30, 2026
  • That Makes Sense Tweaks (Quality of Life) project image

    That Makes Sense Tweaks (Quality of Life)

    A large collection of quality of life / tweaks for Minecraft (Neforge & Fabric)

    • 390
    • July 20, 2026
  • Candy Dispenser / Auto Feeder project image

    Candy Dispenser / Auto Feeder

    A handheld candy dispenser that automatically feeds you candy when hungry, providing healing boosts when damaged.

    • 431
    • July 19, 2026
  • Wireless Redstone Lite project image

    Wireless Redstone Lite

    Wireless redstone for Minecraft 26.1.x. Pair transmitter and receiver blocks by channel + frequency — no wire, no spaghetti. Up to 128 blocks of range by default, configurable.

    • 1.2K
    • July 19, 2026