Links
Tags
Creators
Details
2.2.0
Compatibility
Changes
Balancing and Bugfix Update
New Features
-
Added a config to lose 1 random life crystal on death
-
Added back the russian localization
-
Added back advancements
-
Added a command to reset any player's health Changes
-
Converted text in book of life into localization strings
-
Added heart of eternity to creative menu of the mod and to the book of life
-
Changed heart of eternity to be usable by default
Balancing
- Heart of the overworld is now way more common
- Heart of the nether and Heart of the end are now twice as common
- Golden Life Crystal is now a bit rarer
- Now up to 3 thunder shards can spawn when entity is hit by lightning
- Thunder shards are now immune to fire
Fixes
- Fixed a bug causing shovels to not work on NeoForge versions of the mod (huge thanks to user_g98ck0qcolrbjx26 for discovering the solution to this bug)
- Added a failsafe to prevent bugs similar to the shovel bug from happening
- Hopefully optimized the mod's file size by removing unused assets
- Fixed netherite life crystal not being immune to fire
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:um5NXrjh:zNyGPULg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:um5NXrjh:zNyGPULg"
}

