Wood_Lightwood_Planks
Server/Item/Items/Wood/Lightwood/Wood_Lightwood_Planks.json, 1.0 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Icon | string |
Set | string |
Recipe | object |
BlockType | object |
ResourceTypes | array[5] |
Tags | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Wood_Lightwood_Planks.name"
},
"Parent": "Wood_Softwood_Planks",
"Icon": "Icons/ItemsGenerated/Wood_Lightwood_Planks.png",
"Set": "Wood_Lightwood_Planks",
"Recipe": {
"Input": [
{
"ResourceTypeId": "Wood_Lightwood_Trunk",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"WoodPlanks"
]
}
],
"OutputQuantity": 1
},
"BlockType": {
"Textures": [
{
"All": "BlockTextures/Wood_Lightwood_Planks.png",
"Weight": 1
}
],
"ParticleColor": "#bba58b"
},
"ResourceTypes": [
{
"Id": "Wood_Planks"
},
{
"Id": "Fuel"
},
{
"Id": "Charcoal"
},
{
"Id": "Wood_Lightwood"
},
{
"Id": "Wood_Lightwood_Softwood"
}
],
"Tags": {
"Type": [
"Wood"
],
"Family": [
"Lightwood"
]
}
}