1.0.2
Compatibility
Required content
Changes
🔧 Major Fixes & Improvements 1.Enhanced /listattributes Command
Fixed the issue where attribute information couldn't be fully displayed due to Minecraft's native chat window line limit
Added pagination functionality - you can now navigate through pages using Previous/Next buttons
2.Custom Modifier Configuration Enhancement
You can now specify POSITIVE/NEGATIVE direction for custom modifiers in configuration
POSITIVE = Green text for beneficial effects (values shown in green)
NEGATIVE = Red text for detrimental effects (values shown in red)
This field is optional - leave empty for automatic color determination
3.Cleaned Console Output
Removed spammy console messages: "Life Steal Base Value" and "Life Steal Final Value" debug outputs
Cleaner, less cluttered game logs
4.Fixed Sophisticated Backpacks Compatibility Issue
Resolved the bug where Sophisticated Backpacks' anvil upgrade interface would show reforging results prematurely
Reforging now only works in vanilla Minecraft anvils
Note: If other mods inherit from the vanilla anvil class, reforging will still function
5.New Configuration Option
Added ability to blacklist entire mods from the reforging system
You can now disable reforging for all items from specific mods through configuration
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:mPaA8Ndq:63uusGCv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mPaA8Ndq:63uusGCv"
}


