Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated 2 years ago
All versions
0.1.2-1.20.1
Beta
0.1.2-1.20.12 years ago 2,218
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Changes
Arsenal 0.1.2 - 1.20.1
- Added a Winsweep themed Anchorblade skin (Wanchorblade)
- Added an Arcane Ambessa themed Anchorblade skin (Crescent Blade)
- Reworked the cosmetics system:
- Skins are no longer stored per individual item stack but instead per item stack name, meaning they are synchronized across worlds.
- For example, if you have a Scythe named "Bingle" with a Guilded skin, any Scythe named "Bingle" you pick up or display in any world will have the Guilded skin (and change if you select another skin for it).
- This also means that if you change the skin of a weapon with no name, you will be changing the default skin you are seen with for that weapon, meaning you will not have to visit an anvil / smithing table to get that skin the moment you pick up any unnamed weapon of that type.
- As a result, if you give a skinned weapon to a non-supporter, the cosmetics will not show for them, but will show for you the moment you get it back.
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:nUBE8ygr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SQhWMwht:nUBE8ygr"
}



