All versions
1.2-SNAPSHOT1
Beta
Unbound Weapons 1.2-SNAPSHOT12 weeks ago 32
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Changes
Token system
- Players start with 3 Token Charges, up to a maximum of 10.
- SMP mode: player kills transfer one charge and award a spendable upgrade token.
- Single-player mode: hostile mobs have a 40% token-drop chance.
- Hybrid mode: supports both systems.
- Repeatedly farming the same player is limited by a 30-minute cooldown.
- Players below three charges receive a small attack-damage penalty.
- Missing charges gradually recover to three.
- Admin-only commands switch modes: /smp, /singleplayer, and /hybrid. Mace
- Maces can now use the token leveling system.
- Level 5 – Meteor Drop: plunge downward, create a scaling shockwave, avoid fall damage, and bounce upward.
- Level 10 – Meteor Launch: first press launches in any 3D look direction; second press plunges downward.
- Downward first-stage launches count as real falling for vanilla mace smashes.
- Level 10 – Gravity Well: Sneak + Dash pulls and lifts enemies within a 10-block radius for 1.5 seconds. Spear
- All vanilla spears can be leveled.
- Level 5 – Momentum: sprinting charges additional temporary Lunge levels every seven seconds.
- Momentum ends after three separate left clicks with the charged spear or when sprinting stops.
- Level 10 – Skewer Dash: automatically selects the spear, launches forward, carries an enemy, and deals bonus damage on wall impact.
- Skewer Dash works without requiring the Lunge enchantment.
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:EKLPvb2N:foNVCf3f"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EKLPvb2N:foNVCf3f"
}

