Wood_Drywood_Planks
Server/Item/Items/Wood/Drywood/Wood_Drywood_Planks.json, 968 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Icon | string |
Set | string |
Recipe | object |
BlockType | object |
ResourceTypes | array[5] |
Source
{
"TranslationProperties": {
"Name": "server.items.Wood_Drywood_Planks.name"
},
"Parent": "Wood_Softwood_Planks",
"Icon": "Icons/ItemsGenerated/Wood_Drywood_Planks.png",
"Set": "Wood_Drywood_Planks",
"Recipe": {
"Input": [
{
"ResourceTypeId": "Wood_Drywood_Trunk",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"WoodPlanks"
]
}
],
"OutputQuantity": 1
},
"BlockType": {
"Textures": [
{
"All": "BlockTextures/Wood_Drywood_Planks.png",
"Weight": 1
}
],
"ParticleColor": "#a2865d",
"TextureComputedColor": "#9A7B54"
},
"ResourceTypes": [
{
"Id": "Wood_Planks"
},
{
"Id": "Fuel"
},
{
"Id": "Charcoal"
},
{
"Id": "Wood_Drywood"
},
{
"Id": "Wood_Drywood_Goldenwood"
}
]
}