Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
Platforms
Supported environments
Server-side
Singleplayer
Tags
Creators
Details
Licensed MIT
Published 8 months ago
Updated 2 months ago
No Crop Trample đž
Stop players and mobs from destroying your precious crops!
No Crop Trample is a lightweight utility mod that prevents farmland from being trampled and converted to dirt when players or mobs jump on it.
⨠Features
đĄī¸ Anti-Trample Protection
Prevents farmland blocks from being destroyed when entities land on them. Your crops stay safe!
âī¸ Granular Control
Configure player and mob trampling independently:
- Want players to trample but not mobs? Done.
- Want mobs to trample but not players? Also done.
- Want total protection? Default behavior!
đĒļ Lightweight
Uses efficient Mixins with virtually zero performance impact. No tick handlers, no entity scanning.
đĨī¸ Server-Side Compatible
Works on servers without requiring client installation. (Client recommended for ModMenu config GUI)
đ Commands
All commands require Operator (OP) permission level.
| Command | Description |
|---|---|
/nocroptrample |
Show current status. |
/nocroptrample player <on|off> |
Toggle player trampling prevention. |
/nocroptrample mob <on|off> |
Toggle mob trampling prevention. |
/nocroptrample reload |
Reload configuration. |
đ Configuration
Config file: config/nocroptrample.json
{
"preventEmptyTrampling": true,
"preventPlayerTrampling": true,
"preventMobTrampling": true
}
đĻ Requirements
- Minecraft 1.21+
- Fabric Loader 0.16+
- Fabric API


