Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 8 months ago
Updated 4 days ago
All versions
1.3a
Release
Attribute Accessories 1.3alast month 5
Compatibility
Minecraft: Java Edition
26.2
Platform
Data Pack
Changes
Attribute Accessories — Patch 1.3a
GENERAL
- Internal modifier ID cleanup: fixed a
weapon_artifact→weapon_attributenaming inconsistency across several of Tricks of the Trade's offhand modifiers, and renamed Gale Orb's gravity modifier ID to match the standardartifact_prefix. No gameplay change. - Added pack.png
NEW ITEMS
WEAPONS
Rare Items / Tier 2
Ciyo's Lifehunt — New Rare Item
- Attack Damage: 9
- Attack Speed: 0.9
- Sweeping Damage: *1.25
- Strength: 3 (+0.75 Attack Damage, +3 HP)
- Agility: 2 (+7% Attack Speed, +0.8 Armor Toughness)
- Fortitude: 5 (+20% Knockback Resistance, +4.5 Armor)
- Enchantments: Unbreaking 10, Looting 1, Fire Aspect 1
Uncommon Items / Tier 1
Claymore — New Uncommon Item
- Attack Damage: 12
- Attack Speed: 0.8
- Air Drag Modifier: +0.2
- Movement Speed: -3%
- Enchantments: Unbreaking 6, Sweeping Edge 3
Heavy Club — New Uncommon Item
- Attack Damage: 15
- Attack Speed: 0.4
- Attack Knockback: +1
Scel's Sacrificial Blade — New Uncommon Item
- Attack Damage: 3
- Attack Speed: 2
- Enchantments: Smite 5, Vanishing Curse 1
ITEM CHANGES
WEAPONS
Monkey King Bar
- Attack Damage: increased from 5.5 to 6
- Fortitude 2 removed (was +8% Knockback Resistance, +1.8 Armor)
- Strength 2 added (+0.5 Attack Damage, +2 HP)
Tricks of the Trade
- Attack Damage: reduced from 5.5 to 5
Quarterstaff
- Attack Knockback added: +1
Warped Reaver
- Attack Damage: increased from 5 to 8
- Enchantments: Vanishing Curse 1 added
- Warped Reaver's recipe reworked — no longer needs Quartz + Stick, now requires Enchanted Golden Apple + Breeze Rod (Warped Stems requirement unchanged).
ACCESSORIES
Carver Ink
- Block Break Speed: increased from +45% to +55%
Craftsman's Mark
- Block Interaction Range: increased from +1 to +2
- Block Break Speed: increased from +10% to +25%
Explorer's Compass
- Movement Speed: reduced from +4% to +3%
- Air Drag Modifier added: -10%
- Armor bonus removed (was +2)
- Luck bonus removed (was +2)
- Safe Fall Distance bonus removed (was +2)
Magic Stick
- Air Drag Modifier added: +30%
Pillagers Band
- Knockback Resistance: reduced from +0.4 to +0.2
Prospector's Token
- Block Break Speed: increased from +10% to +20%
- Armor added: +3
- Luck bonus removed (was +1)
Traveler's Charm
- Safe Fall Distance: increased from +3 to +8
- Fall Damage Multiplier: increased from -0.3 to -0.6
- Armor added: +2
- Movement Speed bonus removed (was +4%)
Warrior's Grip
- Attack Speed: increased from +0.1 to +0.2
- Attack Damage: increased from +1 to +2
Aether Lens
- Gravity: increased from -0.03 to -0.04
- Fall Damage Multiplier: increased from -0.5 to -0.7
- Camera Distance: increased from +20 to +25
Builder's Wand
- Block Interaction Range: increased from +5 to +7
- Entity Interaction Range penalty removed (was -2)
Desecrator
- Attack Damage: increased from +5 to +7
Epiphany Horn
- Armor Toughness: reduced from +20 to +5
- Armor: reduced from +6 to +5
- Knockback Resistance added: +0.5
Heart of The Golem
- Max Health: increased from +12 to +20
- Air Drag Modifier added: +40%
- Armor added: +5
- Movement Speed penalty removed (was -5%)
Malevolence Staff
- Entity Interaction Range: increased from +2 to +3
- Block Interaction Range: reduced (less negative) from -4 to -2
Offering of the Sculk
- Block Break Speed: increased from +90% to +120%
Pavise
- Knockback Resistance: reduced from +0.6 to +0.2
Philosopher's Stone
- Luck: increased from +7 to +10
- Armor: reworked from +20% (percentage bonus) to a flat +6
Rose of Divinity
- Movement Speed: reduced from +8% to +5%
Warped Echoes
- Movement Speed: increased from +12% to +15%
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:1iAIf1aw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MK4OK5ZY:1iAIf1aw"
}

