Tags
Creators
Details
2.3+26.1-fabric
Compatibility
Changes

Make dispensers use spears like a weapon!
Info
Every spear gives their own 'Jab' damage:
| Spear Type | Damage |
|---|---|
| Wooden | |
| Stone | |
| Copper | |
| Iron | |
| Golden | |
| Diamond | |
| Netherite |
Added / Fixed
- If you break a dispenser while spear is extended the game crashed (Origin) (Bug)
- Make spear also retract if dispenser is empty (Bug)
- Added a helper class for public functions (Feat)
- using orbinuity link as home page instead of curse forge (Feat)
Plans
- Add sound effects (Feat)
- Add collision to the spear (Feat)
- Make enchantments work (Feat)
License
Before copying any part of this project, please read the LICENSE file to understand the terms and conditions.
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:rWRBaq9O:dCvRkzVy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rWRBaq9O:dCvRkzVy"
}

