All versions
2.1.0
Release
2.1.03 days ago 13
Uploaded by
Compatibility
Minecraft: Java Edition
26.3
Platform
Fabric
Supported environments
Server-side
Singleplayer
Changes
- The Ender Egg: the same throw, except it keeps the animal instead of the species. The egg it drops carries that mob's own name, variant, saddle, health and everything it was holding, and is named after it so a box of them can be read at a glance.
- Missing is worth more now: one throw in four does not break at all and can be picked up and thrown again, and a miss that hatches chickens can hatch a flock. The cleric's quest takes a blue or brown egg as well as a white one.
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:1HTiBY2o:k2hCHMls"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1HTiBY2o:k2hCHMls"
}

