1.0.1
Compatibility
Changes
In version 1.0.1, 5 new items were added (including one music disc and one painting), 5 crafting recipes for new items and mobs, and finally, two new mobs:
Bellti — a small, living bell that can be summoned. Its ability is to summon golems when right-clicked (RMB). It can be tamed using spruce planks, gold nuggets, and iron nuggets. To craft it, you will need spruce planks and a new item: the bent stick.
Cherry Chest — this mob is a living chest shaped like a cherry. With this mob, you can carry items while traveling the world, keeping your inventory free of clutter. It can be tamed using cherry leaves and pink petals. Upon its death, it drops a cherry heart, which can be used to craft a new music disc. This mob can be found in the cherry grove biome.
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:ChtxQjAD:u4zZPOSz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ChtxQjAD:u4zZPOSz"
}

