Versions / 0.5.0-pre.8 / Item / Items / Rock / Sandstone_White / Rock_Sandstone_White_Brick_Roof.json
Rock_Sandstone_White_Brick_Roof
Server/Item/Items/Rock/Sandstone_White/Rock_Sandstone_White_Brick_Roof.json, 3.8 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Set | string |
Recipe | object |
BlockType | object |
Tags | object |
Parent | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Sandstone_White_Brick_Roof.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Sandstone_White_Brick_Roof.png",
"Set": "Rock_Sandstone_White",
"Recipe": {
"Input": [
{
"Quantity": 1,
"ResourceTypeId": "Rock_Sandstone_White_Brick"
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Roof"
]
}
],
"OutputQuantity": 1,
"TimeSeconds": 0
},
"BlockType": {
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Roofs/Slope_Rock_Textures/Sandstone_Brick_White.png",
"Weight": 1
}
],
"HitboxType": "Stairs_Thin_Corner_Right",
"Gathering": {
"Breaking": {
"ItemId": "Rock_Sandstone_White_Brick_Roof",
"GatherType": "Rocks"
}
},
"ParticleColor": "#e6c367",
"State": {
"Definitions": {
"Corner_Right": {
"CustomModel": "Blocks/Structures/Roofs/Corner_Rock_Right.blockymodel",
"HitboxType": "Roof_Corner_Right",
"FlipType": "OrthogonalInverse",
"Supporting": {
"Down": [
{}
]
}
},
"Corner_Left": {
"CustomModel": "Blocks/Structures/Roofs/Corner_Rock_Left.blockymodel",
"HitboxType": "Roof_Corner_Left",
"FlipType": "Orthogonal",
"Supporting": {
"Down": [
{}
]
}
},
"Inverted_Corner_Right": {
"CustomModel": "Blocks/Structures/Roofs/Corner_Rock_Inverted_Right.blockymodel",
"HitboxType": "Stairs_Inverted_Corner_Right",
"FlipType": "OrthogonalInverse",
"Supporting": {
"Down": [
{}
]
}
},
"Inverted_Corner_Left": {
"CustomModel": "Blocks/Structures/Roofs/Corner_Rock_Inverted_Left.blockymodel",
"HitboxType": "Stairs_Inverted_Corner_Left",
"FlipType": "Orthogonal",
"Supporting": {
"Down": [
{}
]
}
},
"Topper": {
"CustomModel": "Blocks/Structures/Roofs/Topper_Rock.blockymodel",
"HitboxType": "Block_Three_Quarter",
"Supporting": {
"Down": [
{}
]
}
}
}
},
"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"
}
},
"Hollow": {
"Straight": {
"State": "default",
"Block": "Rock_Sandstone_White_Brick_Roof_Hollow"
},
"Corner_Right": {
"State": "Corner_Right",
"Block": "Rock_Sandstone_White_Brick_Roof_Hollow"
},
"Corner_Left": {
"State": "Corner_Left",
"Block": "Rock_Sandstone_White_Brick_Roof_Hollow"
},
"Inverted_Corner_Right": {
"State": "Inverted_Corner_Right",
"Block": "Rock_Sandstone_White_Brick_Roof_Hollow"
},
"Inverted_Corner_Left": {
"State": "Inverted_Corner_Left",
"Block": "Rock_Sandstone_White_Brick_Roof_Hollow"
}
},
"Topper": {
"State": "Topper"
},
"MaterialName": "Roof"
}
},
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Sandstone_White"
]
},
"Parent": "Rock_Stone_Brick_Roof"
}