Tags
Creators
Details
All versions
0.19.7+1.20.4
Beta
[1.20.3+] Mythic Metals - 0.19.72 years ago 11.6K
Compatibility
Minecraft: Java Edition
1.20.3–1.20.4
Platform
Fabric
Supported environments
Client and server
Required content
Changes
0.19.7
Changes
- Added a lot more tags. This is useful with other mods which uses tag filters for storage/transfer of items.
- Renamed "gear" tags to "equipment". These tags contain both tools and armor for the associated material
- Steel and Osmium Chainmail armor can now be trimmed
- Refactored commands, they are now structured nicer (Thanks mayaqq!)
- Added Numismatic Overhaul compat
Balancing Changes
- Increase the damage of copper tools slightly (+0.5 attack damage)
- Increase the mining speed of Copper tools slightly (4.5 -> 5.0)
- Increase the mining speed of Quadrillum tools slightly (5.5 -> 6.0)
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| mythicmetals-0.19.7+1.20.4-sources.jar | Unknown | 2.46 MiB |
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:bAWzYNRd:SKfkZKbj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bAWzYNRd:SKfkZKbj"
}


