Links
Tags
Creators
Details
Licensed Apache-2.0
Published 4 years ago
Updated 11 months ago
All versions
1.18.2-1.0.5
Release
Bamboo_Combat-1.18.2-v1.0.53 years ago 228
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Backported Bamboo Combat v1.0.5 to Fabric 1.18.2
Changes from v1.0.1
Additions
- Added configuration (which you can find in .../.minecraft/config).
Changes
- Changed the order of bamboo spears in creative inventory.
- Critical bamboo spears enchanted with loyalty now return immediately after piercing through the maximum amount of entities it's pierce level allows.
- Netherite bamboo spears now have a default drag in water value of 0.98 instead of 1.0.
- Changed the properties of the iron and copper variants of the bamboo spear.
- Bamboo spears can now be enchanted with piercing.
- Tweaked the Golden Bamboo Spear item texture.
- Changed the damaged bamboo spear texture for all variants.
- Made critical spears pierce through shields.
- Tweaked the attack speed and attack damage of the Netherite Bamboo Spear.
Fixes
- Fixed a crash caused when bamboo spears enchanted with loyalty deals a critical hit on an entity.
- Fixed bamboo spears not showing up in the creative inventory.
- Fixed a bug where thrown spears don't display their correct variant.
- Fixed a bug where the durability of a spear doesn't decrease.
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:DwwbOcmt:3rHKmBdb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DwwbOcmt:3rHKmBdb"
}

