Wood_Redwood_Beam
Server/Item/Items/Wood/Redwood/Wood_Redwood_Beam.json, 847 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Icon | string |
Set | string |
Recipe | object |
BlockType | object |
Tags | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Wood_Redwood_Beam.name"
},
"Parent": "Wood_Softwood_Beam",
"Icon": "Icons/ItemsGenerated/Wood_Redwood_Beam.png",
"Set": "Wood_Redwood_Planks",
"Recipe": {
"Input": [
{
"ResourceTypeId": "Wood_Redwood",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Beam"
]
}
],
"OutputQuantity": 2
},
"BlockType": {
"ParticleColor": "#6b3820",
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Tubes/Long_Thin_Textures/Redwood.png",
"Weight": 1
}
],
"TextureComputedColor": "#66321B"
},
"Tags": {
"Type": [
"Wood"
],
"Family": [
"Redwood"
]
}
}