3.0.0
Compatibility
Required content
Changes
Changelog v3.0.0 - Magic System 📜 Apocalypse Ends · Changelog Version v3.0.0 - Magic System 📅 2026-08-20
✨ Core Addition: Orb System Spell System: Added 28 new Orbs
Core Mechanics:
Orbs are crafted via the "Orb Crafting Table"
Embed into Ring slots to cast spells
Consumes Source Power, requiring mana resource management
⚙️ Ring System Rework Ring Types: Wood, Stone, Gold, Iron, Diamond, Netherite, Holy — each with different mana caps and slot counts.
New Mechanics:
Auto-regenerates mana while worn
Right-click a Ring to open slot management UI
Orbs can be freely dragged in/out of slots
Crafting Chain: Improved the Purple Ling Jin Anvil, used to craft Blank Source Crystals in preparation for crafting full Orbs
🔧 Piercing System Use the "Piercing Machine" with Chisels to add slots to Rings. Seven chisel tiers with varying success rates and durability. Failure locks the Ring permanently.
⚔️ Embedding System Use the "Ben Mo Embedding Anvil" to embed item attributes, enchantments, and potion effects into Rings. Embedding three times in a row will destroy the Ring.
🧪 Source Bottle System Hold a Source Bottle in off-hand and kill mobs to fill it
Right-click with a full bottle to restore 50 Source Power to all equipped Rings
📚 Documentation Updated "Ascension Scripture" gameplay guide covering all Orbs
Improved JEI recipe display
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:jKso3LDV:LI89xHaf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jKso3LDV:LI89xHaf"
}




