Cloth_Modern_Red_Roof
Server/Item/Items/Cloth/Roof_ModernRed/Cloth_Modern_Red_Roof.json, 2.9 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
SubCategory | string |
PlayerAnimationsId | string |
BlockType | object |
Icon | string |
IconProperties | object |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Cloth_Modern_Red_Roof.name"
},
"Categories": [
"Blocks.Cloth"
],
"SubCategory": "RoofBlocks",
"PlayerAnimationsId": "Block",
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"CustomModel": "Blocks/Structures/Roofs/Cloth_Roof.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Roofs/Cloth_Roof_Textures/Modern_Red.png",
"Weight": 1
}
],
"Group": "Roof",
"HitboxType": "Stairs_Thin",
"VariantRotation": "NESW",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "SoftBlocks"
}
},
"BlockParticleSetId": "Grass",
"BlockSoundSetId": "Cloth",
"PhysicalMaterialId": "Cloth",
"ParticleColor": "#da4b2e",
"Supporting": {},
"State": {
"Definitions": {
"Corner_Right": {
"CustomModel": "Blocks/Structures/Roofs/Cloth_Roof_Corner_Right.blockymodel",
"HitboxType": "Stairs_Thin_Corner_Right",
"FlipType": "Orthogonal",
"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"
}
}
},
"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"
}
},
"Topper": {
"State": "Topper"
},
"MaterialName": "Roof"
}
},
"Icon": "Icons/ItemsGenerated/Cloth_Modern_Red_Roof.png",
"IconProperties": {
"Scale": 0.52,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
},
"Tags": {
"Type": [
"Cloth"
],
"SubType": [
"Roof"
]
},
"ItemSoundSetId": "ISS_Items_Cloth"
}