Hytale Asset ReferenceUnofficial
Versions / 0.5.5 / Item / Items / Wood / Drywood / Wood_Drywood_Ornate.json

Wood_Drywood_Ornate

Server/Item/Items/Wood/Drywood/Wood_Drywood_Ornate.json, 746 B

Fields

FieldType
TranslationPropertiesobject
Parentstring
Iconstring
Setstring
BlockTypeobject
Recipeobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Wood_Drywood_Ornate.name"
  },
  "Parent": "Wood_Drywood_Planks",
  "Icon": "Icons/ItemsGenerated/Wood_Drywood_Ornate.png",
  "Set": "Wood_Drywood_Planks",
  "BlockType": {
    "Textures": [
      {
        "All": "BlockTextures/Wood_Drywood_Ornate.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#a2865d",
    "TextureComputedColor": "#8A7556"
  },
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Wood_Drywood_Trunk",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "OrnatePlanks"
        ]
      }
    ],
    "OutputQuantity": 1
  }
}