0.0.5
Compatibility
Changes
All the changes made in the past 4 patches:
- 0.0.2. -Boomer Update: I'm so old-schooled that I didn't know how useful was the Blasting Furnace for Smelting Ores in the new versions of Minecraft, now the Copper and the Silver can be smelted in a Blasting Furnace -Small Fix to the Aragonite Crystals, where if you break the block on the top, the Crystal will break.
-Small Fix to the Candy Gems, where if you break the block on the bottom, the Gems will break.
-Small Fix to the Ammolite Shield in it's interaction with Damage.
*0.0.3 -Shield Bug Fix: If you die and the Shield remains in defense mode you can right-click it if it's in your off-hand to revert it to Standard mode so you can unblock it, otherwise the shield would get stuck until it was broken.
*0.0.4 -Small Shield Fix: Fixed the name of the Ammolite Shield in Defense Mode.
*0.0.5 -Enchantment Fix: Now all Minerals work properly with Fortune III
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:xtb3jzi1:ExwQGGTB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xtb3jzi1:ExwQGGTB"
}

