Rope - Diagonal is an item in Hytale, categorized under the Deco category.
It was added in Hytale's Initial Release on January 13th, 2026.
No description available.
The crafting recipe for Rope - Diagonal 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.Deco_Rope_Diagonal.name"
},
"Icon": "Icons/ItemsGenerated/Deco_Rope_Diagonal.png",
"Categories": [
"Blocks.Deco"
],
"Recipe": {
"Input": [
{
"ItemId": "Ingredient_Fibre",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Type": "StructuralCrafting",
"Id": "Builders"
}
]
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Farming/Rope_Diagonal.blockymodel",
"CustomModelTexture": [
{
"Weight": 1,
"Texture": "Blocks/Farming/Rope_Diagonal_Texture.png"
}
],
"HitboxType": "Rope_Diagonal",
"VariantRotation": "NESW",
"Flags": {},
"Gathering": {
"Soft": {}
},
"BlockParticleSetId": "Dust",
"BlockSoundSetId": "Rope"
},
"PlayerAnimationsId": "Block",
"Tags": {
"Type": [
"Deco"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}