Tags
Creators
Details
6.1.2
Compatibility
Required content
Changes
[6.0.1]
⚠️ Warning: This version removes the custom sacredcows:cow_id data component.
Milk buckets tagged by SacredCows 6.0.0 or earlier will lose their stored teleport
target after updating, and depending on your Minecraft version may not survive being
loaded at all. Back up your world before updating. There is no automatic migration:
after updating, simply re-milk any named cows to mint fresh teleport buckets.
If you ran this mod server-side only and your players were being kicked with a registry sync error ("registry entry sacredcows:cow_id is missing from local registry"), this release fixes that — the mod no longer adds anything to a synced registry and is once again safe to install on the server alone.
Changed
- Cow teleport data is now stored inside vanilla
minecraft:custom_datainstead of a dedicatedsacredcows:cow_iddata component. This removes the only modded entry in a synchronized registry, so vanilla clients can connect to a server running SacredCows without installing the mod themselves.
Removed
- The
sacredcows:cow_idDataComponentTypeand its registration. This was the cause of the forced client-install / registry sync failure introduced in 6.0.0.
Migration
- None provided by design. Pre-6.0.1 milk buckets are not converted. Back up first, then re-milk named cows to recreate working teleport buckets.
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:1kxfojPh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iI29uZEP:1kxfojPh"
}

