Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated 2 years ago
All versions
0.1.1-1.20.1
Beta
0.1.1-1.20.12 years ago 7,869
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Changes
Arsenal 0.1.1 - 1.20.1:
- Added item tags to dictate what items can be displayed (for weapon racks) and how they should be displayed (for back slot and weapon racks):
- "displayable": What items can be displayed in a weapon rack. By default, contains the "tools" Vanilla tag and "big_weapons", "tridents", "shields" and "ranged_weapons" Arsenal tags.
- "big_weapons": Weapons that have a 32x32 handheld sprite and therefore should be displayed bigger. By default, contains the Scythe and Anchorblade.
- "tridents": Tridents. By default, contains the Minecraft Trident item.
- "shields": Shields. By default, contains the Minecraft Shield item.
- "ranged_weapons": Ranged weapons. By default, contains the Minecraft Bow and Crossbow items.
- Added a new "Folly Tree Branch" Scythe skin for supporters
- Fixed some issues with the back slot and Trinkets
- Supporter cosmetic switching now checks for the anvil tag instead of anvil blocks, fixing switching cosmetics not working on damaged and modded anvils
- Fixed Drowned holding an Anchorblade not being guaranteed to drop it
- Toned down the saturation of the orange swing of the L'Ancre Anchorblade skin
see full changelog here
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:SQhWMwht:w3rU3YF9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SQhWMwht:w3rU3YF9"
}



