9.0.1
Compatibility
Changes
Piggy Banks Changes
Piggy Banks now have a 50% chance to drop a emerald on taking damage.
Piggy Banks spawn in direct sunlight. (daytime)
Piggy Banks loot table has been nerfed and now only drops these items with a max of 2 rolls though the loot table to drop an item. (same with bonus rolls)
Piggy banks can now only drop Emeralds (80% chance to drop) Cooked salmon (100% chance to drop) Bread (100% chance to drop) Chorus fruit (65% chance to drop) Arrows (80% chance to drop) TNT (30% chance to drop) Golden Apples (15% chance to drop) Gold (70% chance to drop) Iron (75% chance to drop)
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:CXUEmqIy:9gcxLH1B"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CXUEmqIy:9gcxLH1B"
}

