Versions / 0.5.0-pre.9.1 / Item / Items / Rock / Sandstone_Red / Rock_Sandstone_Red_Cobble_Beam.json
Rock_Sandstone_Red_Cobble_Beam
Server/Item/Items/Rock/Sandstone_Red/Rock_Sandstone_Red_Cobble_Beam.json, 1.2 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_Red_Cobble_Beam.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Sandstone_Red_Cobble_Beam.png",
"Set": "Rock_Sandstone_Red",
"Recipe": {
"Input": [
{
"Quantity": 1,
"ResourceTypeId": "Rock_Sandstone_Red"
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Beam"
]
}
],
"OutputQuantity": 2,
"TimeSeconds": 0
},
"BlockType": {
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Tubes/Long_Simple_UV_Textures/Red_Sandstone_Cobble.png",
"Weight": 1
}
],
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"Supporting": {
"Down": [
{
"FaceType": "Rock_Beam"
}
],
"Up": [
{
"FaceType": "Rock_Beam"
}
]
},
"ParticleColor": "#8e5234",
"TextureComputedColor": "#7A492C"
},
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Sandstone"
]
},
"Parent": "Rock_Stone_Cobble_Beam"
}