Rock_Quartzite_Brick_Roof_Flat
Server/Item/Items/Rock/Quartzite/Rock_Quartzite_Brick_Roof_Flat.json, 1001 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Set | string |
BlockType | object |
Tags | object |
Parent | string |
Recipe | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Quartzite_Brick_Roof_Flat.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Quartzite_Brick_Roof_Flat.png",
"Set": "Rock_Quartzite",
"BlockType": {
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Roofs/Slope_Rock_Textures/Quartzite_Brick.png",
"Weight": 1
}
],
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"ParticleColor": "#96844f",
"TextureComputedColor": "#887849"
},
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Quartzite"
]
},
"Parent": "Rock_Stone_Brick_Roof_Flat",
"Recipe": {
"Input": [
{
"Quantity": 1,
"ResourceTypeId": "Rock_Quartzite_Brick"
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Roof"
]
}
],
"OutputQuantity": 1,
"TimeSeconds": 0
}
}