Tags
Creators
Details
1.1-1.21
Compatibility
Changes
Introducing the Hero Necklace Mod: Tiered Progression System!
Unleash the full potential of the Hero Necklace mod with our brand-new Tier System! Now, your journey to becoming the ultimate hero is more exciting and rewarding than ever before.
As you battle fearsome foes and explore the world, you can now collect five powerful gemstones, each representing a new tier of strength and protection. These special gems—Emerald, Sapphire, Amethyst, Pink Spinel, and Ruby—can be slotted into your necklace to unlock powerful effects, transforming you from a simple adventurer into a true champion!
How It Works:
Base Necklace: Begin your adventure by crafting the Hero Necklace, your gateway to ultimate power. Tiered Gemstones: Defeat raid bosses and pillagers to collect gemstones such as the Trimmed Emerald, Sapphire, Amethyst, Pink Spinel, and Ruby. Each gem corresponds to a different necklace tier, with Ruby being the rarest and most powerful!
Slot the Gems: Equip your necklace with a gemstone by placing it in the Trinkets chest/necklace slot to gain Hero of the Village buffs, with each tier increasing the strength. No matter what tier though, the buff is permanent so long as the necklace is equipped.
Raid-Based Progression: As you defeat enemies and increase your Bad Omen level, higher-tier gemstones will become accessible as loot, rewarding you for your daring victories in combat!
Check the Gallery for more info to see the recipe/designs
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:o2wcBWAo:zgEgxNvG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:o2wcBWAo:zgEgxNvG"
}

