Cloth_Roof_Yellow_Vertical
Server/Item/Items/Cloth/Roof_Yellow/Cloth_Roof_Yellow_Vertical.json, 1.6 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_Yellow_Vertical.name"
},
"Recipe": {
"Input": [
{
"ItemId": "Cloth_Block_Wool_Yellow",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Roof"
]
}
],
"OutputQuantity": 1,
"TimeSeconds": 0
},
"Categories": [
"Blocks.Cloth"
],
"SubCategory": "RoofBlocks",
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"CustomModel": "Blocks/Structures/Roofs/Cloth_Roof_Vertical.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Roofs/Cloth_Roof_Textures/Tent_Yellow.png",
"Weight": 1
}
],
"Group": "Roof",
"HitboxType": "Block_Vertical_Flat",
"VariantRotation": "NESW",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "SoftBlocks",
"ItemId": "Cloth_Roof_Yellow_Vertical"
}
},
"BlockParticleSetId": "Grass",
"Supporting": {
"North": [
{}
]
},
"BlockSoundSetId": "Cloth",
"PhysicalMaterialId": "Cloth",
"ParticleColor": "#e2af3f",
"TextureComputedColor": "#E4AF38"
},
"PlayerAnimationsId": "Block",
"IconProperties": {
"Scale": 0.64,
"Translation": [
11.1,
-17.7
],
"Rotation": [
22.5,
45,
22.5
]
},
"Icon": "Icons/ItemsGenerated/Cloth_Roof_Yellow_Vertical.png",
"Tags": {
"Type": [
"Cloth"
],
"SubType": [
"Roof"
]
},
"ItemSoundSetId": "ISS_Items_Cloth"
}