All versions
1.1.0-beta
Beta
Vanilla+ Bows 1.1.0 (BETA 1)last month 294
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Changes
Added
- Added the Cupid’s Arrow, which deals no damage and puts adult animals into breeding mode.
- Added the Breeding Seed, used to craft the Cupid’s Arrow.
- Added recipes for the Breeding Seed and the Cupid’s Arrow, producing four arrows per recipe.
- Added the “Love at First Arrow” achievement, awarded for putting an animal into breeding mode using the new arrow.
- The textures for iron, gold, diamond, emerald, and netherite bows have been updated.
Changed
- The animation now also accounts for the Gold Bow’s special reload speed, even when combined with the Quiver.
- The default key to open the Quiver has changed from Ctrl + E to “=”, without needing to hold down Ctrl.
- The logic that identifies the arrow nocked on the bow has been expanded to recognize the Cupid’s Arrow and select its correct texture.
- Internal adjustments were made to the code, documentation, and nullability annotations to eliminate compiler warnings.
Fixed
- Fixed the loading animations for the Iron Bow, including when using regular, iron, and netherite arrows.
- Fixed the reloading animation for bows when the player is using a Quiver: the visual progress now correctly reflects the 15% reload speed bonus.
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:jAxbzeb8:qqsJGN17"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jAxbzeb8:qqsJGN17"
}

