Versions / 0.6.0-pre.5 / Item / Items / Rock / Sandstone_Red / Rock_Sandstone_Red_Brick_Roof_Flat.json
Rock_Sandstone_Red_Brick_Roof_Flat
Server/Item/Items/Rock/Sandstone_Red/Rock_Sandstone_Red_Brick_Roof_Flat.json, 1021 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Set | string |
BlockType | object |
Tags | object |
Parent | string |
Recipe | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Sandstone_Red_Brick_Roof_Flat.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Sandstone_Red_Brick_Roof_Flat.png",
"Set": "Rock_Sandstone_Red",
"BlockType": {
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Roofs/Slope_Rock_Textures/Sandstone_Brick_Red.png",
"Weight": 1
}
],
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"ParticleColor": "#8e5234",
"TextureComputedColor": "#7E4C2F"
},
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Sandstone"
]
},
"Parent": "Rock_Stone_Brick_Roof_Flat",
"Recipe": {
"Input": [
{
"Quantity": 1,
"ResourceTypeId": "Rock_Sandstone_Red_Brick"
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Roof"
]
}
],
"OutputQuantity": 1,
"TimeSeconds": 0
}
}