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