Tags
Creators
Details
Licensed MIT
Published 4 years ago
All versions
5.1.0
Release
Mythic Upgrades 5.1.0yesterday 42
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Changes
Biome & World Generation Changes
- Most of the biomes have been merged, so all of the old biomes have been removed. The new biomes are:
- Cold Mythic Caves (Peridot + Aquamarine)
- Warm Mythic Caves (Topaz + Citrine)
- Mythic Rifts (Sapphire + Ruby)
- Mythic Barrens (Jade + Ametrine)
- Amount of geodes have been decreased.
Legacy Migration
- Legacy migration has been removed. Please be careful if you're upgrading from an older version than 5.0. You might lose some of your items. I highly recommend updating the mod to 5.0 first & updating 5.1 later if you're playing on 4.2.0 or older.
- For Mythic Upgrardes 4.2.0 players:
- Update the mod from 4.2.0 to 5.0.x, launch the game & turn it off. Then you can safely update the mod from 5.0.x to 5.1.0.
Armor Trims
- Item overlays for armor trims have been added.
End of Mythic Upgrades
- 5.1 is final content update of the mod. Mythic Upgrades will be discontinued & replaced with a completely new mod soon, stay tuned for more information.
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:ERH7cFoy:VU3LckQo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ERH7cFoy:VU3LckQo"
}

