1.2.0
Compatibility
Changes
π‘οΈ Training Dummy System Added
A brand new Training Dummy entity has been added to help players practice combat and test their weapons.
βοΈ Practice your attacks without worrying about breaking anything πͺ΅ Completely AI-free and does not fight back π₯ Shows particles and sound effects when hit π Can be used for combat training and testing weapon damage
You can spawn the Training Dummy using special methods and use it to improve your skills before real battles!
π Emerald Tools & Gear
A new tier of power has arrived!
βοΈ Emerald Sword β Stronger and more efficient in combat βοΈ Emerald Pickaxe β Faster mining speed for quick resource gathering πͺ Emerald Axe β Powerful and efficient for chopping wood and combat π± Emerald Shovel β Faster digging with improved durability π‘οΈ Emerald Armor Set β Provides enhanced protection and survivability
β¨ Upgrade Path:
Emerald gear is designed as a mid-tier upgrade between Iron and Diamond, giving players a new progression step in combat and survival.
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:CENDEzHI:bMDPsWE8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CENDEzHI:bMDPsWE8"
}

