Tags
Creators
Details
All versions
0.18.2+1.20
Beta
[1.20+] Mythic Metals - 0.18.23 years ago 24.6K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platform
Fabric
Supported environments
Client and server
Changes
0.18.2
Changes
- Tag refactor:
- Added the Mythril Drill and Orichalcum Hammer to the
c:pickaxestag - Changed the name of
mythicmetals:geartag tomythicmetals:armor - Changed the name of
mythicmetals:weaponstag tomythicmetals:tools
- Added the Mythril Drill and Orichalcum Hammer to the
- Improved the
/mythicmetals armor-standsummoning command - Increased the magic protection of Stormyx Chestplates and Leggings (1 -> 2)
- Increase the cost of ascending with a Carmot Staff
- Add a recipe viewer plugin for the Midas Gold Swords (works with REI and EMI)
- Removed alternative sources of Unobtainium and Midas Gold if they are disabled in config (Pigling Bartering and Midas Touch respectively)
Bug Fixes
- Fixed a crash related to the RandomChanceWithLuckCondition (#179)
- Compiled against 1.20.1, which might resolve some Quilt-specific issues (#182)
- Fixed an error with a client-only mixin being loaded on the server
- Fixed an exploit related to the Stormyx Barrier Block Ability
- Fixed an error where you could insert air into the Mythril Drill. This version also retroactively fixes drills which had air in them.
- Fixed a bug where you could repair Stormyx Shields with planks
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:TIjrw9LW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bAWzYNRd:TIjrw9LW"
}

