All versions
2.0.1
Beta
create_peaceful-2.0.1-neoforge-1.21.1last year 3,767
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Server-side
Singleplayer
Required content
Changes
[major update - please backup before updating]
- mob essences now have a tier system - up to tier 3
- each essence tier can be crushed into different mob loot
- recipes and drop rates have been adjusted for all items
- when a passive mob is killed, there is now a 5% chance of dropping a tier 2 essence instead of a tier 1
- tier 1 and 2 essences can be crafted into the superior tier
- tier 2 and 3 essences can be unpacked into the inferior tier
- fixed intermediate essence crushing recipe (thanks @ifwingthenonlygaster)
- added magma cream as a possible output for intermediate tier essence
- updated create processing recipes to 1.21.1 id format
- tier 3 essence is now categorized as "rare"
- updated mod version
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:9mmhz018:zM8teXgi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9mmhz018:zM8teXgi"
}


