Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 8 months ago
Updated 4 days ago
All versions
1.0a
Release
First Release - Offhand Accessories8 months ago 18
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Data Pack
Changes
Aether Lens (Rare)
- Gravity: -0.03 (add_value)
- Fall Damage Multiplier: -0.5 (add_value)
- Camera Distance: +20 (add_value)
Builder's Wand (Rare)
- Entity Interaction Range: -2 (add_value)
- Block Interaction Range: +3 (add_value)
Carver Ink (Uncommon)
- Armor: -4 (add_value)
- Block Break Speed: +0.2 (add_multiplied_total)
Epiphany Horn (Rare)
- Movement Speed: -0.03 (add_multiplied_total)
- Block Break Speed: -0.3 (add_multiplied_total)
- Entity Interaction Range: +0.3 (add_multiplied_total)
- Armor Toughness: +5 (add_value)
- Armor: +8 (add_value)
- Scale: +0.3 (add_multiplied_total)
Fishermen's Bell (Uncommon)
- Luck: +3 (add_value)
Gale Orb (Rare)
- Fall Damage Multiplier: -1 (add_multiplied_total)
- Gravity: -1 (add_multiplied_total)
Heart of The Golem (Rare)
- Movement Speed: -0.06 (add_multiplied_total)
- Max Health: +12 (add_value)
- Armor Toughness: +4 (add_value)
Magic Stick (Uncommon)
- Fall Damage Multiplier: -0.5 (add_value)
- Gravity: -0.04 (add_value)
Malevolence Staff (Rare)
- Entity Interaction Range: +2 (add_value)
- Block Interaction Range: -4 (add_value)
Offering of the Sculk (Rare)
- Armor: -0.5 (add_multiplied_total)
- Max Health: -0.3 (add_multiplied_total)
- Block Break Speed: +0.6 (add_multiplied_total)
Philosopher's Stone (Rare)
- Luck: +10 (add_value)
- Max Health: +4 (add_value)
- Armor: +0.2 (add_multiplied_total)
Piglin's Axe of Deficit (Rare)
- Max Health: -0.66 (add_multiplied_total)
- Attack Speed: +0.66 (add_value)
- Attack Speed: -0.66 (add_multiplied_total)
- Attack Damage: +1.5 (add_multiplied_total)
- Attack Knockback: +4 (add_value)
Pillagers Band (Uncommon)
- Movement Speed: +0.07 (add_multiplied_total)
- Armor: +4 (add_value)
- Knockback Resistance: +0.4 (add_value)
Rose of Divinity (Rare)
- Movement Speed: +0.1 (add_multiplied_total)
- Safe Fall Distance: +7 (add_value)
- Fall Damage Multiplier: -0.7 (add_value)
- Gravity: -0.04 (add_value)
Soul Assumption (Uncommon)
- Max Health: -6 (add_value)
- Attack Speed: +0.6 (add_value)
- Attack Speed: -0.2 (add_multiplied_total)
- Attack Damage: +1 (add_value)
Warped Echoes (Rare)
- Movement Speed: +0.07 (add_multiplied_total)
- Max Health: -0.25 (add_multiplied_total)
- Scale: -0.35 (add_multiplied_total)
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:JGdmOTg7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MK4OK5ZY:JGdmOTg7"
}

