Cloth_Roof_Leather_Flap
Server/Item/Items/Cloth/Roof_Leather/Cloth_Roof_Leather_Flap.json, 1.2 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
SubCategory | string |
BlockType | object |
PlayerAnimationsId | string |
IconProperties | object |
Icon | string |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Cloth_Roof_Leather_Flap.name"
},
"Categories": [
"Blocks.Cloth"
],
"SubCategory": "RoofBlocks",
"BlockType": {
"DrawType": "Model",
"CustomModel": "Blocks/Structures/Roofs/Cloth_Roof_Vertical_Flap.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Roofs/Cloth_Roof_Textures/Tent_Leather.png",
"Weight": 1
}
],
"Group": "Roof",
"VariantRotation": "NESW",
"Flags": {},
"Support": {},
"Gathering": {
"Breaking": {
"GatherType": "SoftBlocks",
"ItemId": "Cloth_Roof_Leather_Flap"
}
},
"BlockParticleSetId": "Grass",
"HitboxType": "Block_Vertical_Flat",
"BlockSoundSetId": "Cloth",
"ParticleColor": "#75402c"
},
"PlayerAnimationsId": "Block",
"IconProperties": {
"Scale": 0.72,
"Translation": [
11.1,
-22.5
],
"Rotation": [
22.5,
45,
22.5
]
},
"Icon": "Icons/ItemsGenerated/Cloth_Roof_Leather_Flap.png",
"Tags": {
"Type": [
"Cloth"
],
"Family": [
"Leather"
],
"SubType": [
"Roof"
]
},
"ItemSoundSetId": "ISS_Items_Cloth"
}