Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1.1 / Item / Items / Wood / Drywood / Wood_Drywood_Planks.json

Wood_Drywood_Planks

Server/Item/Items/Wood/Drywood/Wood_Drywood_Planks.json, 968 B

Fields

FieldType
TranslationPropertiesobject
Parentstring
Iconstring
Setstring
Recipeobject
BlockTypeobject
ResourceTypesarray[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"
    }
  ]
}