Links
Tags
Creators
Details
2.0.0
Compatibility
Changes
No Legendary Tiers, only RPG Items Tiers! New Attributes: Added draw speed, arrow damage, crit chance, and crit damage for bows and crossbows. Randomized Bonuses: All attributes now have random values within configurable ranges, making every item unique. Quality Stars: Items now display a star rating (1–5) based on how close the rolled values are to their maximums. Bonus Reroll: Added a second button on the Runic Table to reroll only the attribute bonuses without changing the rarity (costs ink). Runic Table UI: Redesigned the Runic Table interface with new slots and a second button. Level Scaling: Item level now slightly increases the upper limit of attribute ranges, rewarding long-term use. New Attributes: Max health, jump strength, gravity, knockback resistance, block reach, entity reach, luck, and more now available for appropriate item types. Compatibility Tags: Added support to items from other mods. Performance: Optimized attribute caching and generation.
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:kfSBJeDu:rUnd7dW1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kfSBJeDu:rUnd7dW1"
}

