1.0.9
Compatibility
Required content
Changes
🌟 Elevate Your Gear with RankUp! RankUp transforms Minecraft's standard gear system into a full RPG experience. Every weapon, tool, and armor piece you find or craft is automatically assigned a Rank (D through EX) and a unique set of randomized attributes, making every item feel like a one-of-a-kind discovery.
📈 The Ranking Hierarchy Gear is divided into tiers. Higher ranks feature unique visual effects and more powerful attribute pools:
- Rank EX (The God Tier): Radiant Aqua aura, +7 to +15 extra damage, and massive utility.
- Rank SS & S: Elite tiers with Golden sparks and high-tier combat buffs.
- Rank A, B, C, & D: Standard progression ranks for your journey.
⚔️ Advanced Combat & Mace Mechanics This mod features a deep attribute system with over 15 randomized stats including:
- Ranged Buffs: Bonus Damage, increased Projectile Velocity, and Spread Reduction (Perfect Accuracy).
- Mace Mastery:
- Smash Damage: Flat bonus damage for falling hits.
- Smash Multiplier: Higher scaling for vanilla fall damage.
- Shockwave Radius: Massive knockback area on impact.
- Reroll System: Combine a Mace with an Ominous Trial Key in an Anvil to reset its rank!
🛡️ Legendary Set Bonuses Unlock hidden powers by wearing a matching set of ranked armor:
- Rank S Set: Permanent Night Vision + Speed I.
- Rank SS Set: Speed II, Strength I, Resistance I, and Fire Resistance.
- Rank EX Set: CREATIVE FLIGHT. (Features a 5-minute flight timer and a 5-minute cooldown for balanced gameplay).
🌀 Fusion & Elite Mobs
- Fusion Table: Use the Smithing Table to combine two items of the same rank into the next tier. Upgrade to EX using a Heavy Core!
- Elite Mobs: Zombies, Skeletons, and Pillagers can spawn as Elite Variants. They carry ranked gear and have significantly boosted health and damage. Defeat them for the best loot!
📥 Technical Requirements
- Minecraft: 1.21.10
- Loader: Fabric
- Required: Fabric API
Feel free to include this mod in any modpacks!
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:sS8WD0Q6:I2W1MXK5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sS8WD0Q6:I2W1MXK5"
}

