
Sagittary Arrows
Expand Minecraft's archery/fletching system with customizable arrows. Mix and match different arrowheads, shafts, and fletching materials to create arrows with unique stats and special effects, from increased range and speed to fire and other abilities.
Tags
Creators
Details
2.0.0
Compatibility
Required content
Changes
What's New in 2.0
Version 2.0 is a major expansion:
- 10 arrow tips (up from 3) with new effects like bouncing, piercing, teleportation, and sonic booms
- 5 arrow shafts (up from 3) including homing breeze rod and smite-dealing bone
- Quiver - stores 256 arrows, auto-feeds to bows, scroll to select arrow type
- Iron Bow & Iron Crossbow - craftable upgraded weapons with increased durability
- Compound Bow - shoots 3 arrows in a spread (found in Trial Chambers)
- Repeater Crossbow - rapid-fire magazine crossbow (found in Ancient Cities)
- JEI Integration - browse all component effects and recipes
Note: Version 2.0 is currently only available for Minecraft 26.1.2. For 1.21.1, use version 1.x.
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:kh5dbjUL:F05Ls4Sc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kh5dbjUL:F05Ls4Sc"
}
