Wood_Tropicalwood_Decorative
Server/Item/Items/Wood/Tropicalwood/Wood_Tropicalwood_Decorative.json, 815 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Icon | string |
Set | string |
BlockType | object |
Tags | object |
Recipe | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Wood_Tropicalwood_Decorative.name"
},
"Parent": "Wood_Tropicalwood_Planks",
"Icon": "Icons/ItemsGenerated/Wood_Tropicalwood_Decorative.png",
"Set": "Wood_Tropicalwood_Planks",
"BlockType": {
"Textures": [
{
"All": "BlockTextures/Wood_Tropicalwood_Decorative.png",
"Weight": 1
}
]
},
"Tags": {
"Type": [
"Wood"
],
"Family": [
"Tropicalwood"
]
},
"Recipe": {
"Input": [
{
"ResourceTypeId": "Wood_Tropicalwood_Trunk",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"DecorativePlanks"
]
}
],
"OutputQuantity": 1
}
}