Links
Tags
Creators
Details
2.0.0
Compatibility
Changes
"Miner's paradise" Update:
-
Main additions: [+] Added Aethersteel and Aetherrock [+] Added Experience Ores
-
Other additions: [+] Added Tungsten Shield [+] Added Tungsten Anvil [+] Added 4 more advancements and removed 2 old ones
-
Fixes and balances: [+] Updated textures [+] "Better ore progress" system now works as it should [+] Balanced all armor set "powers" [+] Tooltips now look cleaner [+] Platinum armor now has armor set power [+] Verdite apple now can't be "consumed", which means you can eat it as many times as you want, but it won't give you any buffs or saturation, it'll only fill your hunger bar [+] Replaced bleeding (Steel) effect with Fractured Armor [+] Replaced steel and tungsten plaques with basic and tungsten smithing templates [+] Balanced tin's drop duplication, depending on a few factors, some blocks like iron blocks have a way smaller chance to duplicate [+] Fixed steel furnace not working [+] Removed steel armor items that shouldn't even exist in the first place
[!!] Built-in resourcepacks still don't work
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:80M3dS0F:sRXXuIyr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:80M3dS0F:sRXXuIyr"
}

