Stop players and mobs from destroying your precious crops!
🌾 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 entities jump on it.
Prevents farmland blocks from being destroyed when players or mobs land on them. Your crops stay safe!
Configure player and mob trampling independently:
Uses efficient Mixins with virtually zero performance impact. No tick handlers, no entity scanning.
Works on servers without requiring client installation. (Client recommended for ModMenu config GUI)
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 |
Config file: config/nocroptrample.json
{
"preventPlayerTrampling": true,
"preventMobTrampling": true
}