Links
Tags
Creators
Details
3.1.0
Compatibility
Required content
Changes
"Rewrite" Mayor Changes I:
-
Main additions: [+] Plant ores are now obtainable [+] Aethersteel tools now have a second power: Block triplication [+] Aethersteel swords now have a second power: Mob loot triplication
-
Other additions: [+] Added livingstone seeds [+] Added verdite seeds [+] Tin and Platinum tools and armor can now be smelted/blasted for one nugget [+] Added config option for tungsten generation [+] Added config option for aethersteel generation [+] Added config option for aetherrock meteors generation [+] Tungsten now has a new ore variant (spelunkery compat)
-
Removed content: [-] Steel furnaces & Tungsten Anvils have been completely removed
-
Fixes and balances: [+] Fixed aethersteel armor's power [+] Fixed modded progress not working correctly [+] Duplication balance:
- ores now have a fifth of max chance to duplicate
- rare blocks now have a tenth of max chance to duplicate [+] Changed view power's information key from left shift to left ctrl [+] Fixed block duplication not working properly [+] Fixed armor tooltips not showing their entire powers [+] Renamed livingstone seed to Petrified Seed [+] Renamed verdite seed to Dead Seed [+] Changed block duplication tooltip [+] Fixed Tungsten not generating [+] Fixed tooltip and powers for electrum (oreganized compat) [+] Fixed compat powers for oreganized not working properly [+] Fixed most missing recipes [+] Updated some textures [+] Improved orevolution's code
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:Y6iCjdeL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:80M3dS0F:Y6iCjdeL"
}


