Links
Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 2 years ago
All versions
1.1.0-1.20.1
Release
Sniff's weapons 1.1.0-1.20.13 years ago 154
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Added:
- Wooden Great Pickaxe
- Stone Great Pickaxe
- Golden Great Pickaxe
- Iron Great Pickaxe
- Diamond Great Pickaxe
- Netherite Great Pickaxe
Armor:
- Plated Golden Chestplate
- Plated Iron Chestplate
- Plated Diamond Chestplate
- Plated Netherite Chestplate
- Golden Horned Helm
- Iron Horned Helm
- Diamond Horned Helm
- Netherite Horned Helm
- Plated Chestplate Smithing Template
- Horned Helm Smithing Template
- Animations for Great Swords
- Animations for Great Axes
- Animations for Great Pickaxes
- Piglins can now spawn with the new armor
- Added Plated Chestplate & Horned Helm Smithing Templates to nether_bridge & bastion_treasure loot tables
- Added Diamond and Iron Great Pickaxes to the end_city_treasure loot table
- Added Diamond and Iron Plated Chestplates and Horned Helms to the end_city_treasure loot table
- Added the Golden Great Pickaxe to the ruined_portal loot table
- Added Golden Horned Helm to the ruined_portal loot table
- Added Plated Golden Chestplate to the ruined_portal loot table
- Great Pickaxe tag
- Added all golden items to the piglin_loved tag
- Config for disabling animation
Changed:
- Changed the helm inventory and model textures
- Changed the Surcoat inventory and model textures
- Nerfed Great Swords
- Rearranged items in creative inventory
- Minor code changes
- Made damage fields public
Fixed:
- extra durability loss when crit with Great Axe
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:QNyIisib:8ayiUmyJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QNyIisib:8ayiUmyJ"
}

