Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 8 months ago
Updated 4 days ago
All versions
1.3c+mod
Release
Attribute Accessories 1.3c4 days ago 19
Compatibility
Minecraft: Java Edition
26.2
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Changes
Attribute Accessories — Patch 1.3c
"Another Boring Balance Update"
GENERAL
- Both namespaces gained debug "give all" function commands:
accessories_attribute:give_accessories_all(runninggive_t1+give_t2) andweapon_attribute:give_weapon_all(runninggive_wooden,give_stone,give_iron,give_golden,give_diamond) — spawns a chest with every item of that namespace for testing. - Several weapon-slot modifiers on Claymore and Monkey King Bar had their internal IDs renamed from generic
minecraft:identifiers to unique per-item IDs — pure cleanup, no stat change on its own (see item entries below for the modifiers that also changed value).
ITEM CHANGES
Accessories
Traveler's Charm
- Fall Damage Multiplier changed from -0.6 to -0.4
Builder's Wand
- Block Interaction Range changed from +7 to +6
Drum of Rallying
- Attack Speed penalty removed (was -10%)
Gale Orb
- Air Drag Modifier changed from -60% to -40%
Heart of The Golem
- Max Health increased from +20 to +30
- Armor bonus removed (was +5)
- Movement Speed penalty added: -8%
Malevolence Staff
- Block Interaction Range changed from -2 to -1.5
Offering of the Sculk
- Armor changed from -50% to -100%
- Block Break Speed increased from +120% to +200%
- Armor Toughness penalty added: -100%
- Max Health penalty removed (was -30%)
Pavise
- Armor decreased from +14 to +10
- Movement Speed penalty reduced from -8% to -6%
- Attack Speed penalty reduced from -20% to -15%
Warped Echoes
- Movement Speed bonus reduced from +15% to +12%
- Max Health penalty increased from -25% to -35%
Weapons
True Sight
- Attack Damage increased from +6 to +7
- Attack Speed changed from -2.7 to -2.6
Ciyo's Lifehunt
- Attack Damage increased from +8 to +9
Claymore
- Attack Damage decreased from +11 to +9
- Sweeping Damage Ratio added: +1.25
Monkey King Bar
- Movement Speed reduced from +0.06 to +0.04
- Gained a block ability: raise the weapon to block, reducing incoming mob attack damage by 50% within a 45° arc, with no block delay
Heavy Club
- Attack Damage decreased from +14 to +11
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:MK4OK5ZY:wQihBiQy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MK4OK5ZY:wQihBiQy"
}

