Wood_Greenwood_Ornate
Server/Item/Items/Wood/Greenwood/Wood_Greenwood_Ornate.json, 817 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Icon | string |
Set | string |
BlockType | object |
Tags | object |
Recipe | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Wood_Greenwood_Ornate.name"
},
"Parent": "Wood_Greenwood_Planks",
"Icon": "Icons/ItemsGenerated/Wood_Greenwood_Ornate.png",
"Set": "Wood_Greenwood_Planks",
"BlockType": {
"Textures": [
{
"All": "BlockTextures/Wood_Greenwood_Ornate.png",
"Weight": 1
}
],
"TextureComputedColor": "#676B3D"
},
"Tags": {
"Type": [
"Wood"
],
"Family": [
"Greenwood"
]
},
"Recipe": {
"Input": [
{
"ResourceTypeId": "Wood_Greenwood_Trunk",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"OrnatePlanks"
]
}
],
"OutputQuantity": 1
}
}