25.7.2
Compatibility
Changes
šŖ Useful Materials v25.7.2 ā Initial Release
Ever looked at your chest full of Copper, Lapis, or Redstone and thought, "Why do I have so much of this⦠and what do I even do with it?"
Yeah. Same.
Useful Materials is here to fix that. This mod gives useless vanilla materials a use, turning them into full sets of tools, and armor that is actually worth crafting.
š„ Whatās Included:
- 17 new armor types
- 9 new tool types
š” Why This Mod? It's time the least useful ores get a purpose. Whether you're in early-game, you can craft: Wood Armor (9 different types), or Coal/Charcoal armor, etc. There's late game armor, like Ruby Armor, Emerald Armor, and more. You can make some early game fun tools with Coal, Charcoal, and more! There is also late game tools with Ruby, Emerald, and more.
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:ZM6hAmSI:WoDzbMx0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZM6hAmSI:WoDzbMx0"
}

