2.0
Compatibility
Required content
Changes
FULL OVERHAUL!!
Updated to GnJ 2.0.0, meaning Iron's Lib is now required. Apothic Attributes has been removed as a dependency.
- Certain materials only load if the mods they come from are installed
- This means Cataclysm and Iron's Spells and Spellbooks are no longer required to load the mod
- Added compat to Create:
- Rose Quartz
- Experience Nugget
Changes:
-
Removed the following materials:
-
Permafrost Shard (Irons Spells and Spellbooks)
-
Dragonskin (Iron's Spells and Spellbooks)
-
Lacrima (Cataclysm)
-
Void Jaw (Cataclysm)
-
Black Steel (Cataclysm)
-
Ancient Metal (Cataclysm)
-
Added Breeze Ingot, crafted with 4 Breeze Rods and 1 Iron Ingot
-
Breeze Ingot is now used for the Breeze material, rather than Breeze Rods
Balancing:
-
Essence of the Storm (Cataclysm) material Lightning Spell Power lowered from +0.08% to +0.05%
-
Divine Soulshard (Irons Spells and Spellbooks) material now gives +0.05% Spell Power instead of +0.03% Mana Regen
-
Blood Bone (Universal Jewelry + Irons Spells and Spellbooks) material Blood Spell Power lowered from +0.05% to +0.02%
-
Tarnished Ingot (Universal Jewelry + Irons Spells and Spellbooks) material Spell Power lowered from +0.05% to +0.01%
Optional dependencies
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:RDOWziKW:TOo6821K"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RDOWziKW:TOo6821K"
}

