Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Item / Items / Wood / Hardwood / Wood_Hardwood_Planks.json

Wood_Hardwood_Planks

Server/Item/Items/Wood/Hardwood/Wood_Hardwood_Planks.json, 1.2 KB

Fields

FieldType
TranslationPropertiesobject
Parentstring
Iconstring
Setstring
Recipeobject
BlockTypeobject
ResourceTypesarray[4]
Tagsobject
IconPropertiesobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Wood_Hardwood_Planks.name"
  },
  "Parent": "Wood_Softwood_Planks",
  "Icon": "Icons/ItemsGenerated/Wood_Hardwood_Planks.png",
  "Set": "Wood_Hardwood_Planks",
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Wood_Hardwood_Trunk",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "WoodPlanks"
        ]
      }
    ],
    "OutputQuantity": 1
  },
  "BlockType": {
    "Textures": [
      {
        "Weight": 1,
        "UpDown": "BlockTextures/Wood_Hardwood_Planks.png",
        "Sides": "BlockTextures/Wood_Hardwood_Planks_Side.png"
      }
    ],
    "ParticleColor": "#693e2a"
  },
  "ResourceTypes": [
    {
      "Id": "Wood_Planks"
    },
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    },
    {
      "Id": "Wood_Hardwood"
    }
  ],
  "Tags": {
    "Type": [
      "Wood"
    ],
    "Family": [
      "Hardwood"
    ]
  },
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  }
}