Leather Quiver is an item in Hytale, categorized under the Utility category.
It was added in Hytale's Initial Release on January 13th, 2026.
No description available.
The crafting recipe for Leather Quiver in Hytale is shown below.
TODO
This item cannot be salvaged.
Below is the item's .json data as extracted from the game files.
Click here to view the full file.
{
"TranslationProperties": {
"Name": "server.items.Utility_Leather_Quiver.name"
},
"Categories": [
"Items.Armors"
],
"Icon": "Icons/ItemsGenerated/Utility_Leather_Quiver.png",
"Quality": "Common",
"ItemLevel": 20,
"Recipe": {
"Input": [
{
"ResourceTypeId": "Wood_Trunk",
"Quantity": 2
},
{
"ItemId": "Ingredient_Bar_Iron",
"Quantity": 4
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "ArmorBench"
}
]
},
"Model": "Items/Back/Quiver.blockymodel",
"Texture": "Items/Back/Quiver_Texture.png",
"PlayerAnimationsId": "Block",
"IconProperties": {
"Scale": 0.51,
"Translation": [
0,
-19.1
],
"Rotation": [
22.5,
45,
22.5
]
},
"Tags": {
"Family": [
"Leather"
],
"Type": [
"Utility"
]
},
"MaxStack": 1
}