Crude Shears is an item in Hytale, categorized under the Tool category.
It was added in Hytale's Initial Release on January 13th, 2026.
No description available.
Can be used to shear sheep and harvest various foliage.
The crafting recipe for Crude Shears in Hytale is shown below.
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.Tool_Shears_Basic.name",
"Description": "server.items.Tool_Shears_Basic.description"
},
"Categories": [
"Items.Tools"
],
"ItemLevel": 16,
"Recipe": {
"TimeSeconds": 2,
"Input": [
{
"ItemId": "Ingredient_Bar_Iron",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Categories": [
"Farming"
],
"Id": "Farmingbench"
}
]
},
"Set": "Tool_Iron",
"Model": "Items/Tools/Shears/Basic.blockymodel",
"Texture": "Items/Tools/Shears/Basic_Texture.png",
"Quality": "Common",
"Tool": {
"Specs": [
{
"Power": 1.0,
"GatherType": "SoftBlocks"
}
],
"Speed": 1.0
},
"Interactions": {
"Primary": {
"Cooldown": {
"Id": "Shearing",
"Cooldown": 0.2
},
"Interactions": [
{
"Type": "ContextualUseNPC",
"Context": "Shear",
"Effects": {
"ItemAnimationId": "Shear",
"WaitForAnimationToFinish": true,
"WorldSoundEventId": "SFX_Shears_Activate"
},
"Failed": "Shears_Attack"
}
]
},
"Secondary": {
"Cooldown": {
"Id": "Shearing",
"Cooldown": 0.2
},
"Interactions": [
{
"Type": "ContextualUseNPC",
"Context": "Shear",
"Effects": {
"ItemAnimationId": "Shear",
"WaitForAnimationToFinish": true,
"WorldSoundEventId": "SFX_Shears_Activate"
},
"Failed": "Shears_Attack"
}
]
}
},
"IconProperties": {
"Scale": 0.6,
"Translation": [
20.4,
-11.4
],
"Rotation": [
60,
270,
0
]
},
"Icon": "Icons/ItemsGenerated/Tool_Shears_Basic.png",
"DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
"PlayerAnimationsId": "Shears",
"Tags": {
"Type": [
"Tool"
]
},
"ItemSoundSetId": "ISS_Weapons_Wood"
}