Tags
Creators
Details
1.1a-b
Compatibility
Changes
The 1.1a version release was a bit of a disaster, i forgot smth important and just uploaded it, making the datapack unusable. here is the fixed version.
Attribute Accessories - Version 1.1a Changelog
GENERAL
- Crafting recipe key format optimized: Changed from array format to string format for improved efficiency
- Added lore text to all items (explore in-game to discover them!)
Recipe Changes
- Piglin's Axe of Deficit: Recipe updated - now requires Netherite Ingot and Blaze Rod in addition to Gold Blocks and Golden Axe
- Carver Ink: Recipe cleaned up - removed invalid pattern/key section (was incorrectly mixing shapeless with shaped recipe format)
- Rose of Divinity: Recipe cleaned up - removed invalid pattern/key section (was incorrectly mixing shapeless with shaped recipe format)
- Offering of the Sculk: Recipe ingredient changed - Echo Shard replaced with Amethyst Shard
NEW ITEMS
Rare Items
-
Battle Standard
- Attack Damage: +3 (base)
- Max Health: +4
- Armor: +4
-
Drum of Rallying
- Movement Speed: +5%
- Attack Speed: +0.4 (base), -10% (multiplier)
- Armor: -3
-
Desecrator
- Attack Damage: +5 (base)
- Block Break Speed: +25%
- Max Health: -3
- Movement Speed: -4%
-
Pavise
- Armor: +14
- Armor Toughness: +8
- Knockback Resistance: +0.6
- Movement Speed: -8%
- Attack Speed: -20% (multiplier)
Uncommon Items
-
Craftsman's Mark
- Block Interaction Range: +1
- Block Break Speed: +10%
-
Explorer's Compass
- Movement Speed: +2%
- Luck: +1
- Safe Fall Distance: +1
-
Prospector's Token
- Block Break Speed: +10%
- Luck: +1
-
Traveler's Charm
- Movement Speed: +4%
- Safe Fall Distance: +3
- Fall Damage Multiplier: -0.3
-
Warrior's Bracers
- Attack Speed: +0.1 (base)
- Attack Damage: +1 (base)
ITEM CHANGES
Builder's Wand
- Block Interaction Range increased from +3 to +4
Carver Ink
- Block Break Speed increased from +20% to +35%
Epiphany Horn
- Armor Toughness reduced from +5 to +3
- Armor reduced from +8 to +6
Heart of The Golem
- Movement Speed penalty reduced from -6% to -5%
- Armor Toughness increased from +4 to +5
Philosopher's Stone
- Luck reduced from +10 to +7
Pillagers Band
- Movement Speed removed (was +7%)
Piglin's Axe of Deficit
- Attack Damage increased from +150% to +250% (2.5x to 3.5x times of your damage)
- Movement Speed penalty added: -6%
Rose of Divinity
- Movement Speed reduced from +10% to +8%
- Safe Fall Distance increased from +7 to +10
Warped Echoes
- Movement Speed increased from +7% to +12%
Offering of the Sculk
- Block Break Speed increased from +60% to +90%
Soul Assumption
- Attack Damage removed (was +1 base)
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:PTqRzHiF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MK4OK5ZY:PTqRzHiF"
}

