Deco_Rope_Diagonal
Server/Item/Items/Deco/Deco_Rope_Diagonal.json, 1.1 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Recipe | object |
BlockType | object |
PlayerAnimationsId | string |
Tags | object |
ItemSoundSetId | string |
Source
{
"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",
"PhysicalMaterialId": "Wool",
"TextureComputedColor": "#9C834A"
},
"PlayerAnimationsId": "Block",
"Tags": {
"Type": [
"Deco"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}