All versions
1.7.6
Release
More Relics 1.7.62 weeks ago 1,085
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Unavailable version
Any compatible version
Changes
- Eject Button can now be equipped in charm and ring slots as well.
- Some Relic effects and statuses are now visible as little icons above the food bar (can be disabled in client configs).
Mass Gauntlet:
- Now has a cooldown for its damage boost (set to 0.2 seconds by default, but can be changed in common configs).
- Can now be configured to have a damage cap in common configs.
- Can now be configured to only work on regular attacks in common configs.
Opal Necklace:
- Bubble shield cooldown reduced from 100 to 60 seconds.
- Bubble shield ready message is now translatable and will appear as a display message instead of a chat message.
- Bubble shield readiness is now visible as an icon.
Guts Orb:
- Guts ability activeness is now visible as an icon.
Made in Heaven:
- Zenith revive and ready messages are now display messages instead of chat messages.
- Zenith's revivable status is now visible as an icon (keep in mind it will only appear when it can actually revive, meaning you need to have both the cooldown finished and 10 stacks).
Swiftedge & Runic Plate:
- Their icons can now be disabled in client configs.
- Fixed Swiftedge and Runic Plate not being one-copy equippable in the Forge version. It was always meant to be that way but I forgot, whoops.
Vertebrax:
- Extra duration reduction when filtering an already lowest level effect now stacks additively instead of multiplicatively (This is a buff).
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:NmYBBHLU:vbHCU5LK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NmYBBHLU:vbHCU5LK"
}

