Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated last month
All versions
2.2.0
Release
v2.2.07 months ago 2,045
Compatibility
Minecraft: Java Edition
1.21.11
Platforms
Fabric
Quilt
Supported environments
Server-side
Singleplayer
Required content
Any compatible version
Changes
- Updated to 1.21.11
- Individual behaviors can now be individually overriden on top of the four broad game rules, e.g. the
convenient_mobgriefing:lenient_griefing.override.mobs_pick_up_itemsrule can be used to control whether mobs can pick up items independently of thelenient_griefingrule. See the mod description for more information - Renamed the game rules to match vanilla changes:
lenientGriefingis nowconvenient_mobgriefing:lenient_griefingwitherGriefingis nowconvenient_mobgriefing:wither_griefingdragonGriefingis nowconvenient_mobgriefing:dragon_griefing- Existing rule settings in 1.21.10- worlds automatically carry over when first opening a world in 1.21.11+
- Effects of Wind Charges and similar explosions are now controlled by
lenient_griefing - Fixed Ravagers destroying certain crops possibly being controlled by
mob_griefinginstead oflenient_griefing
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:FJI3H6YI:nrsoEBMy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FJI3H6YI:nrsoEBMy"
}

