Hytale Asset ReferenceUnofficial
Versions / 0.5.2 / Item / Items / Wood / Greenwood / Wood_Greenwood_Ornate.json

Wood_Greenwood_Ornate

Server/Item/Items/Wood/Greenwood/Wood_Greenwood_Ornate.json, 817 B

Fields

FieldType
TranslationPropertiesobject
Parentstring
Iconstring
Setstring
BlockTypeobject
Tagsobject
Recipeobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Wood_Greenwood_Ornate.name"
  },
  "Parent": "Wood_Greenwood_Planks",
  "Icon": "Icons/ItemsGenerated/Wood_Greenwood_Ornate.png",
  "Set": "Wood_Greenwood_Planks",
  "BlockType": {
    "Textures": [
      {
        "All": "BlockTextures/Wood_Greenwood_Ornate.png",
        "Weight": 1
      }
    ],
    "TextureComputedColor": "#676B3D"
  },
  "Tags": {
    "Type": [
      "Wood"
    ],
    "Family": [
      "Greenwood"
    ]
  },
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Wood_Greenwood_Trunk",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "OrnatePlanks"
        ]
      }
    ],
    "OutputQuantity": 1
  }
}