All versions
1.1.0
Release
[Fabric] Craftsman's bows v1.1.02 years ago 650
Compatibility
Minecraft: Java Edition
1.21.2–1.21.3
Platform
Fabric
Supported environments
Client and server
Changes
- Now compatible with 1.21.2 and 1.21.3. Previous versions will not work.
- Changed the effects of each item.Added particles when charging and firing, and new sound effects.
- The Longbow now takes 3 seconds to fully charge instead of 4, although its arrow speed has been reduced when fully charged to avoid a visual glitch.
- Repeater Crossbow now has recoil when fired, and after 64 shots it will overheat, incurring a longer cooldown and causing a large recoil.
- Added the Burst Arbalest, a new netherite tier bow. In short... a "less extreme Repeater Crossbow."
- Wooden bows can now be repaired with planks, and netherite bows with netherite ingots.
- Netherite bows now have fire resistance.
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:a4adwT8I:EsMltuxK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:a4adwT8I:EsMltuxK"
}

