1.0.0
Compatibility
Changes
Marvel Metals adds a collection of Marvel-inspired ores and metals into Minecraft, giving players new materials to mine, smelt, and craft with. Each metal comes with its own ingots, raw items, and full tool + armor sets — all designed to blend smoothly with Minecraft’s style.
Explore, mine, smelt, and gear up with these powerful-looking materials as you upgrade your equipment and customize your adventure with new metal types. Features:
✨ Several new Marvel-themed ores added to world generation
🔧 Full toolsets (pickaxe, sword, shovel, axe, hoe)
🛡 Armor sets for each metal
🎨 Custom textures designed to fit the vanilla aesthetic
🌍 Naturally spawning ores balanced for survival worlds
🛠 NeoForge compatible and easy to add to modpacks
Disclaimer:
This project is unofficial and not affiliated with Marvel, Disney, or any related brands.
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:k7kCoOu6:1RAc0NB2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:k7kCoOu6:1RAc0NB2"
}

