Links
Tags
Creators
Details
Licensed MIT
Published last month
Updated last month
All versions
1.0.0
Release
Explorer's Badges 1.0.0last month 25
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Unavailable version
Changes
First public release.
Requires owo-lib — use its NeoForge build
(0.12.15.1-beta.6+1.21); the stable releases are Fabric-only.
What's included
- 63 biome badges across five rarity tiers, covering the Overworld, the Nether, the End and cave biomes
- Hexagonal badge tree with panning and zoom, plus a card for every badge showing its exact reward
- Stat rewards per badge — health, damage, armour, luck, swim speed and more, all retunable from the config file
- Five masteries at 10, 20, 35, 50 and 63 badges, granting up to 10 extra hearts
- Two active abilities: Second Wind (Speed II, no hunger drain) and Feather Step (fall immunity with an optional glide)
- Vanilla advancements for every biome, tier and mastery
- Per-player stat toggle for anyone who wants the collection without the buffs
- You always spawn in a Common tier biome, so the first badge is predictable
Optional dependencies
Unavailable version
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:YDi2k7cp:lOmGPK6Q"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YDi2k7cp:lOmGPK6Q"
}

