Hytale Asset ReferenceUnofficial
Versions / 0.5.2 / Item / Items / Wood / Tropicalwood / Wood_Tropicalwood_Ornate.json

Wood_Tropicalwood_Ornate

Server/Item/Items/Wood/Tropicalwood/Wood_Tropicalwood_Ornate.json, 838 B

Fields

FieldType
TranslationPropertiesobject
Parentstring
Iconstring
Setstring
BlockTypeobject
Tagsobject
Recipeobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Wood_Tropicalwood_Ornate.name"
  },
  "Parent": "Wood_Tropicalwood_Planks",
  "Icon": "Icons/ItemsGenerated/Wood_Tropicalwood_Ornate.png",
  "Set": "Wood_Tropicalwood_Planks",
  "BlockType": {
    "Textures": [
      {
        "All": "BlockTextures/Wood_Tropicalwood_Ornate.png",
        "Weight": 1
      }
    ],
    "TextureComputedColor": "#AD8644"
  },
  "Tags": {
    "Type": [
      "Wood"
    ],
    "Family": [
      "Tropicalwood"
    ]
  },
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Wood_Tropicalwood_Trunk",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "OrnatePlanks"
        ]
      }
    ],
    "OutputQuantity": 1
  }
}