Cloth_Roof_White
Server/Item/Items/Cloth/Roof_White/Cloth_Roof_White.json, 3.3 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_White.name"
},
"Recipe": {
"Input": [
{
"ItemId": "Cloth_Block_Wool_White",
"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.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Roofs/Cloth_Roof_Textures/Tent_White.png",
"Weight": 1
}
],
"Group": "Roof",
"HitboxType": "Stairs_Thin",
"VariantRotation": "NESW",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "SoftBlocks",
"ItemId": "Cloth_Roof_White"
}
},
"BlockParticleSetId": "Grass",
"BlockSoundSetId": "Cloth",
"PhysicalMaterialId": "Cloth",
"ParticleColor": "#c6c6c6",
"State": {
"Definitions": {
"Corner_Right": {
"CustomModel": "Blocks/Structures/Roofs/Cloth_Roof_Corner_Right.blockymodel",
"HitboxType": "Stairs_Thin_Corner_Right",
"FlipType": "OrthogonalInverse",
"Supporting": {}
},
"Corner_Left": {
"CustomModel": "Blocks/Structures/Roofs/Cloth_Roof_Corner_Left.blockymodel",
"HitboxType": "Stairs_Thin_Corner_Left",
"FlipType": "Orthogonal",
"Supporting": {}
},
"Inverted_Corner_Right": {
"CustomModel": "Blocks/Structures/Roofs/Cloth_Roof_Corner_Inverted_Right.blockymodel",
"HitboxType": "Stairs_Inverted_Corner_Right",
"FlipType": "Orthogonal",
"Supporting": {}
},
"Inverted_Corner_Left": {
"CustomModel": "Blocks/Structures/Roofs/Cloth_Roof_Corner_Inverted_Left.blockymodel",
"HitboxType": "Stairs_Inverted_Corner_Left",
"FlipType": "Orthogonal",
"Supporting": {}
},
"Topper": {
"CustomModel": "Blocks/Structures/Roofs/Cloth_Roof_Topper.blockymodel",
"HitboxType": "Block_Three_Quarter",
"Supporting": {},
"FlipType": "Orthogonal"
}
}
},
"Supporting": {},
"ConnectedBlockRuleSet": {
"Type": "Roof",
"Regular": {
"Straight": {
"State": "default"
},
"Corner_Right": {
"State": "Corner_Right"
},
"Corner_Left": {
"State": "Corner_Left"
},
"Inverted_Corner_Right": {
"State": "Inverted_Corner_Right"
},
"Inverted_Corner_Left": {
"State": "Inverted_Corner_Left"
}
},
"MaterialName": "Roof",
"Topper": {
"State": "Topper"
}
},
"TextureComputedColor": "#C6C6C6"
},
"PlayerAnimationsId": "Block",
"IconProperties": {
"Scale": 0.535,
"Translation": [
0,
-13.5
],
"Rotation": [
22.5,
45,
22.5
]
},
"Icon": "Icons/ItemsGenerated/Cloth_Roof_White.png",
"Tags": {
"Type": [
"Cloth"
],
"SubType": [
"Roof"
]
},
"ItemSoundSetId": "ISS_Items_Cloth"
}