Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.2 / Item / Items / Wood / Drywood / Wood_Drywood_Decorative.json

Wood_Drywood_Decorative

Server/Item/Items/Wood/Drywood/Wood_Drywood_Decorative.json, 836 B

Fields

FieldType
TranslationPropertiesobject
Parentstring
Iconstring
Setstring
BlockTypeobject
Recipeobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Wood_Drywood_Decorative.name"
  },
  "Parent": "Wood_Drywood_Planks",
  "Icon": "Icons/ItemsGenerated/Wood_Drywood_Decorative.png",
  "Set": "Wood_Drywood_Planks",
  "BlockType": {
    "Textures": [
      {
        "Sides": "BlockTextures/Wood_Drywood_Decorative_Side.png",
        "UpDown": "BlockTextures/Wood_Drywood_Decorative_Top.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#a2865d",
    "TextureComputedColor": "#957650"
  },
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Wood_Drywood_Trunk",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "DecorativePlanks"
        ]
      }
    ],
    "OutputQuantity": 1
  }
}