
Wearable Quivers
Wearable Quivers adds equippable quivers that store multiple arrow types. Compatible with backpacks — the quiver automatically moves to your hip slot. Shoot directly from your quiver, switch arrow types with and upgrade through six tiers up to netherite.
Tags
Creators
Details
1.0.1
Compatibility
Changes
Bug Fixes
- Fixed quiver trinket slot texture blinking every ~1 second between quiver and backpack icons
- Fixed right-clicking a quiver doing nothing (could not equip)
- Fixed arrows being automatically picked up into the quiver even when Auto Refill is toggled off (both shot arrows and dropped item entities)
Changes
- Auto Refill enchantment now starts inactive by default — press T while hovering the quiver in your inventory to enable it
- Quiver trinket slot moved to the chest group (appears near the chestplate slot in inventory)
New Features
- Quiver Position config option with three modes:
- Back — renders on back, automatically switches to hip if an elytra or backpack is detected
- Leg — always renders on hip/leg
- Force Back — always renders on back regardless of what else is equipped
- Auto Refill Enchantment can now be disabled in the config screen; disabling shows a warning and strips the enchantment from all quivers on the next /reload
- Edit Loot Tables button in the config screen — add or remove chest loot table IDs for both the quiver item and the Auto Refill enchanted book directly in-game
- Config screen toggle values now colored green (On/True) and red (Off/False)
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:ih1oTS5h:l3savlS8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ih1oTS5h:l3savlS8"
}
