Cloth_Roof_Orange_Flap
Server/Item/Items/Cloth/Roof_Orange/Cloth_Roof_Orange_Flap.json, 1.5 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Recipe | 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_Orange_Flap.name"
},
"Recipe": {
"Input": [
{
"ItemId": "Cloth_Block_Wool_Orange",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Roof"
]
}
],
"OutputQuantity": 1,
"TimeSeconds": 0
},
"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_Orange.png",
"Weight": 1
}
],
"Group": "Roof",
"VariantRotation": "NESW",
"Flags": {},
"Support": {},
"Gathering": {
"Breaking": {
"GatherType": "SoftBlocks",
"ItemId": "Cloth_Roof_Orange_Flap"
}
},
"BlockParticleSetId": "Grass",
"HitboxType": "Block_Vertical_Flat",
"BlockSoundSetId": "Cloth",
"ParticleColor": "#af662d"
},
"PlayerAnimationsId": "Block",
"IconProperties": {
"Scale": 0.72,
"Translation": [
9.9,
-18.9
],
"Rotation": [
22.5,
45,
22.5
]
},
"Icon": "Icons/ItemsGenerated/Cloth_Roof_Orange_Flap.png",
"Tags": {
"Type": [
"Cloth"
],
"SubType": [
"Roof"
]
},
"ItemSoundSetId": "ISS_Items_Cloth"
}