Links
Tags
Creators
Details
0.2.0
Compatibility
Changes
Welcome to The Archery Update!
This update is filled with new items from the last 5 months of development, all related to bows and arrows! Also, it has been updated to 1.21.1, I'm unsure if it will also work in newer versions.
New Weapon: Longbow
A new, powerful bow that can shoot further and more accurately! Enchant it with weight to be able to break blocks when the arrow lands, or with homing to make arrows fired head towards mobs automatically! Increase accuracy even further with the Hawkeye enchantment!
New Arrows!
4 new arrows can be constructed with the use of the Fletching table - Finally! Try your hand with the explosive arrow to send mobs flying! Or swap locations with blocks and entities with the pearl arrow! Want a damage increase? Try out the sharp arrow! Lastly, if you've ever wanted a grappling hook, then try out the rope arrow; it can also bring mobs towards you as well!
New Item: The Quiver
This is a storage item that can hold 9 stacks of arrows within itself. Holding a bow will cause the quiver to pull out its next arrow, allowing for easy firing! Enchant with Magnetism to automatically send arrows you pick up into your quiver, or with Powder Keg to allow the storage of fireworks!
Other Additions:
The restoration kit can now restore armor! It will also restore bows with string, and with the case of the longbow, it will also be repaired, since I can't get the longbow to be repaired inside an anvil.
Credit to @Flaming_Thunder_ for the Quiver texture, @sergi0_o for arrow textures and concept help, @thearrastwt for concept help (All on Discord).
Thanks for reading, I hope you enjoy the update!
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:aXjK7UZK:3yYzrWhE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aXjK7UZK:3yYzrWhE"
}

