Tags
Creators
Details
1.5-26.2
Compatibility
Changes
ð Bug Fixes
/nocroptrample status and /nocroptrample empty were showing wrong values
The Empty farmland trampling prevention row in the status output was actually displaying the player prevention flag's value. Similarly, /nocroptrample empty (with no argument) was showing the player setting instead of its own. Both now display the correct value.
Empty farmland protection had no effect in certain configurations If Empty trampling prevention was ON but both Player prevention and Mob prevention were OFF, trampling still went through. Empty farmland protection now works independently of the player and mob settings.
Farmland under grown pumpkin/melon stems was incorrectly treated as empty Once a pumpkin or melon fruit grows, the stem block changes type â and the mod was no longer recognizing it as a crop, leaving the farmland beneath unprotected. Fruit-bearing stems are now correctly detected.
OP permission level check was not enforcing the required level
Commands that modify settings (e.g. /nocroptrample player on) were supposed to require OP level 2 (Gamemaster), but accepted any OP regardless of their assigned level. Only level 2+ operators can now use these commands.
Upgrading from very old versions could silently disable empty farmland protection Users upgrading from before v1.2.0 (when the empty trampling setting didn't exist yet) could have the setting incorrectly read as disabled because the key was absent from their config file. This is now handled correctly.
Optional dependencies
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:5XlZRhM5:7fbcAbEQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5XlZRhM5:7fbcAbEQ"
}

