Tags
Creators
Details
1.19.2-1.21.016
Compatibility
Required content
Changes
TYPE: BETA RELEASE
Changelog
SYSTEMS
Rarity overhaul
APStats
Abstracted Rift Challenges
ITEMS
Added new comptool part: Imbuing Ring Guard
Artifact of Healing
Artifact of Protection
Artifact of Strength
Abstracted Artifact
Abstracted Rift (dormant)
Abstract Stimulus
BLOCKS
Abstracted Rifts
ENCHANTMENTS
Vitality I-VI
Fortification I-VI
Lethality I-VI
Surplus I-VI
Stormlord enhancements
MISC
Composite Tool rendering overhaul
Primitive Forge robustness enhancements
Other minor fixes to make things just a little better
**NOTES **
- THIS UPDATE IS MOSTLY FEATURE COMPLETE BUT STILL REQUIRES MORE ART, POLISH, QOL, AND OPTIMIZATIONS. THIS RELEASE DOES NOT REFLECT THE FINALIZED UPDATE
- There are several commands you can use to get immediate access to some of the features in this update. (/forgeCompositeTool, /rarity, /rift, /artifact)
- RIfts have no visible model and their only visual indicators consist of simple particles. If you play in survival, be wary of Rifts you may walk into. You probably won't be equipped to deal with them.
- It is recommended to run this mod with JEI for recipes as the wiki does not have a list of recipes yet.
- It is also recommended to play this mod with data optimization mods. Rifts and stats are both in the process of being optimized.
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:3B1Uv8C5:n66iHOGI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3B1Uv8C5:n66iHOGI"
}

