Wood_Hardwood_Decorative
Server/Item/Items/Wood/Hardwood/Wood_Hardwood_Decorative.json, 1.0 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Icon | string |
Set | string |
BlockType | object |
Tags | object |
Recipe | object |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Wood_Hardwood_Decorative.name"
},
"Parent": "Wood_Hardwood_Planks",
"Icon": "Icons/ItemsGenerated/Wood_Hardwood_Decorative.png",
"Set": "Wood_Hardwood_Planks",
"BlockType": {
"Textures": [
{
"Sides": "BlockTextures/Wood_Hardwood_Decorative_Side.png",
"UpDown": "BlockTextures/Wood_Hardwood_Decorative_Top.png",
"Weight": 1
}
],
"TextureComputedColor": "#573521"
},
"Tags": {
"Type": [
"Wood"
],
"Family": [
"Hardwood"
]
},
"Recipe": {
"Input": [
{
"ResourceTypeId": "Wood_Hardwood_Trunk",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"DecorativePlanks"
]
}
],
"OutputQuantity": 1
},
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
}
}