1.2.2
Compatibility
Changes
Changes in 1.2.2:
- Fixed a bug causing Malachite tools not being craftable.
Changes in 1.2.1:
-
Ported the mod to 1.19.4.
-
Added Raw Malachite (drops from Malachite ore (including the Deepslate variant).
-
Raw Malachite can be smelted in a Furnace or Blast Furnace to get normal Malachite.
-
Experience is no longer given when breaking a Malachite ore (or it's Deepslate variant).
-
Malachite ore now generates among regular Copper ore (including their respective deepslate variants).
-
Slightly adjusted the values of attack speed, attack damage, and durability on Malachite tools and armor.
-
Slightly adjusted the order in which items appeared in the Creative Inventory.
-
Added all Magnificent Malachite blocks and items to some of the vanilla Creative Tabs.
-
Slightly adjusted some textures.
-
Slightly adjusted the mod icon.
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:IgiyDnBA:YmAyBK3V"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IgiyDnBA:YmAyBK3V"
}

