Tags
Creators
Details
1.0.6-1.20.2
Compatibility
Changes
🧭 Upcoming Content
🚀 Version 1.0.6-1.20.2 is officially live!
The ultimate performance slider has arrived. This update brings massive under-the-hood optimization to make your gameplay feel smoother, faster, and completely frictionless!
⛩️ New Weapon: Karmic Khakkhara
Forged in the timeless crucible of the Takamagahara spirit plains. Once held by the Primordial Goddess to anchor cosmic boundaries, it shattered during a celestial betrayal. Its broken remnants now splinter reality, drifting across the planar matrix.
🪷 New Weapon: Shakujo
Forged with bells of pure brass, its chiming repels the lost dead. A sacred staff planted into the earth to command defensive barriers of soul fire.
🐉 New Weapon: Wilderness Traverser
A blade forged in the silence between worlds, its edge whispering the names of the condemned. The Spire judges swiftly and without mercy.
⚔️ New Weapon: Jadebound Saber
The Jadebound Saber is a relic born from an ancient oath between mortal warriors and the jade spirits that guard the world's hidden sanctuaries.
💚💎 New Armor and Ores:
A new power is waking beneath the world. Jade has emerged an ancient, shimmering resource that pulses with life. Mine raw jade ore, or deepslate jade ore, refine it into a pure jade, and forge a full set of animated jade armor that glows with shifting green energy.
This Update Adds:
- Jade Ore: rare, vibrant, and essential for crafting jade gear.
- Jade Armor Set: helmet, chestplate, leggings, boots, all with animated jade effects
- Jade Upgrade Template: unlocks jade tier upgrades for your equipment
Harness the spirit of jade and rise stronger than ever.
📦 How To Gather The Weapons:
Recipe: Karmic Khakkhara, Wilderness Traverser, Jadebound Saber are all recipe gathered
Mechanic Feature: Shakujo is gathered via reaching above Y:150 to complete a ritual which last 120 seconds
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:3qBowEv9:qmyc4Cxt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3qBowEv9:qmyc4Cxt"
}

