Tags
Creators
Details
2.1.0
Compatibility
Changes
SacredCows 2.1.0 – Compatibility Update
This release updates SacredCows to run smoothly on the latest Minecraft + Fabric stack. No gameplay changes, just making sure your cows remain divinely protected in 1.21.9.
What’s Changed
Updated Minecraft compatibility: 1.21.7 → 1.21.9
Updated Fabric Loader to 0.17.2
Updated Fabric API to 0.134.0+1.21.9
Updated Yarn mappings to 1.21.9+build.1
Replaced legacy operator check with proper permission level checks (level 2 = bypass, level 3 = admin)
Added shiny new icon.png for mod metadata & README
Technical Improvements
Fixed Gradle deprecation warning (processResources now uses providers.provider)
Unified punishment logic: less redundant world lookups
README updated with new permissions table, version, and badge
Compatibility
Minecraft: 1.21.9
Server Software: Fabric Server with Fabric API
Java: Requires Java 21
Note: This release drops support for 1.21.7. Stick with 2.0.1 if you need it.
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:iI29uZEP:zQk4YavG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iI29uZEP:zQk4YavG"
}

