Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated 2 years ago
All versions
Winweapons-1.21.3
Alpha
Winweapons-1.21.32 years ago 11.3K
Compatibility
Minecraft: Java Edition
1.21.3
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Any compatible version
Changes
A standalone fork of Arsenal, containing two weapons, the Balance and the Cha-Ching.
Made in a day for a Winsweep video:
Balance
- An iron sword upgrade with custom swing particles and sounds
- Right-click to spawn a magic dagger, left-click to shoot spawned daggers, homes on where you're aiming (and up to 50 blocks only when aimed at nothing)
Cha-Ching
- A mace upgrade with a custom hit mechanic
- When hitting an entity with a full swing, rolls a number between 1 and 7:
- 1-2: Bad roll, deals 8 damage
- 4-6: Decent roll, deals 10 damage
- 7: Jackpot, deals 15 damage and emits coins from the hit entity
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:Hxxf8rGV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SQhWMwht:Hxxf8rGV"
}

