Wood_Hardwood_Planks
Server/Item/Items/Wood/Hardwood/Wood_Hardwood_Planks.json, 1.2 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Icon | string |
Set | string |
Recipe | object |
BlockType | object |
ResourceTypes | array[4] |
Tags | object |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Wood_Hardwood_Planks.name"
},
"Parent": "Wood_Softwood_Planks",
"Icon": "Icons/ItemsGenerated/Wood_Hardwood_Planks.png",
"Set": "Wood_Hardwood_Planks",
"Recipe": {
"Input": [
{
"ResourceTypeId": "Wood_Hardwood_Trunk",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"WoodPlanks"
]
}
],
"OutputQuantity": 1
},
"BlockType": {
"Textures": [
{
"Weight": 1,
"UpDown": "BlockTextures/Wood_Hardwood_Planks.png",
"Sides": "BlockTextures/Wood_Hardwood_Planks_Side.png"
}
],
"ParticleColor": "#693e2a"
},
"ResourceTypes": [
{
"Id": "Wood_Planks"
},
{
"Id": "Fuel"
},
{
"Id": "Charcoal"
},
{
"Id": "Wood_Hardwood"
}
],
"Tags": {
"Type": [
"Wood"
],
"Family": [
"Hardwood"
]
},
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
}
}