1.3
Compatibility
Changes
-
New heart crystal has been added : Immunity Crystal
Clears poison and withering effects and grants immunity to them for 10 minutes.
Can be crafted with 6 emeralds and 1 golden apple.
-
New heart crystal has been added : Decay Crystal
When consumed, for 3 minutes you and every living thing 15 block radius around you gets Wither I and Slowness I.
Can be crafted with 5 coals, 1 wither rose and 1 golden apple.
-
New creative tab for crystal hearts.
-
1.2 Broke attribute heart adding and mod compatible amethyst cracking system, those are fixed now.
-
Minor texture fix for Immunity Crystal.
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:vjoMML1u:xwJucNpR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vjoMML1u:xwJucNpR"
}

