Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 8 months ago
Updated 4 days ago
All versions
1.2a
Release
The Weapon Attribute Update3 months ago 38
Compatibility
Minecraft: Java Edition
26.1.x
1.21.11
Platform
Data Pack
Changes
Attribute Accessories - Version 1.2a Changelog
GENERAL
- Added Advancement for unlocking recipes (Amethyst Shard for Tier 1 Accessories, Heart of the Sea for Tier 2 Accessories)
- Added Custom Attribute:
- Strength: Each Strength gives +0.25 Attack Damage and 1 Health Point.
- Agility: Each Agility gives +3.5% Attack Speed and 0.4 Armor Toughness.
- Fortitude: Each Fortitude gives +4% Knockback Resistance and 0.9 Armor.
- Custom Attribute only applies in Weapon Attribute (and Armor in the future).
NEW ITEMS
- Added 6 New Weapon
- 1 - Diamond Tier 2, 2 - Iron Tier 2, 1 - Wooden Tier 1, 1 - Wooden Tier 2.
- Each Weapon has their own unique Recipe, effects and attributes. (Except for Tier 1 Weapons)
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:ljsACKbJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MK4OK5ZY:ljsACKbJ"
}

