Rock_Sandstone_White_Beam
Server/Item/Items/Rock/Sandstone_White/Rock_Sandstone_White_Beam.json, 887 B
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_Beam.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Sandstone_White_Beam.png",
"Set": "Rock_Sandstone_White",
"Recipe": {
"Input": [
{
"ResourceTypeId": "Rock_Sandstone_White",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Beam"
]
}
],
"OutputQuantity": 2,
"TimeSeconds": 0
},
"BlockType": {
"CustomModelTexture": [
{
"Texture": "BlockTextures/Rock_Sandstone_White_Top.png",
"Weight": 1
}
],
"ParticleColor": "#beb86b",
"TextureComputedColor": "#D7B26F"
},
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Sandstone_White"
]
},
"Parent": "Rock_Stone_Beam"
}