Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.7 / Item / Items / Wood / Redwood / Wood_Redwood_Ornate.json

Wood_Redwood_Ornate

Server/Item/Items/Wood/Redwood/Wood_Redwood_Ornate.json, 803 B

Fields

FieldType
TranslationPropertiesobject
Parentstring
Iconstring
Setstring
BlockTypeobject
Tagsobject
Recipeobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Wood_Redwood_Ornate.name"
  },
  "Parent": "Wood_Redwood_Planks",
  "Icon": "Icons/ItemsGenerated/Wood_Redwood_Ornate.png",
  "Set": "Wood_Redwood_Planks",
  "BlockType": {
    "Textures": [
      {
        "All": "BlockTextures/Wood_Redwood_Ornate.png",
        "Weight": 1
      }
    ],
    "TextureComputedColor": "#5F301B"
  },
  "Tags": {
    "Type": [
      "Wood"
    ],
    "Family": [
      "Redwood"
    ]
  },
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Wood_Redwood_Trunk",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "OrnatePlanks"
        ]
      }
    ],
    "OutputQuantity": 1
  }
}