All versions
0.3
Release
RavengardExtras 0.32 months ago 14
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Changes
Patch Notes
🎯 Gear Highlighter
Outlines gear based on attributes/parameters that you can choose.
- Customizable by item's Crown value, Defense, Damage, and more
- Pick your color or RGB
- Rule cards laid out in a draggable grid, drag is cosmetic only
- Numeric Priority decides which card wins when more than one matches
- Plain-English rule summary shown right on the card
- Click a card for a pop-up editor - no accidental preset/add-card clicks
- New cards get an auto-picked color that won't clash with existing ones
👑 Crown Calculator / EXP Gained (per run)
Track your crown profit and EXP gained per run.
- Crown Calculator - net Crowns gained since you entered, your starting gear never counts
- XP Calculator - totals XP gains from chat and the action bar, resets each run
- Shown live on the HUD, summarised in chat when you leave
💚 Heal Highlighter
Softer green tint, now renders behind the item icon instead of on top.
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:wkYk7wtU:Zi3i4ZPZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wkYk7wtU:Zi3i4ZPZ"
}

