Hytale Asset ReferenceUnofficial
Versions / 0.5.2 / Item / Items / Wood / Drywood / Wood_Drywood_Beam.json

Wood_Drywood_Beam

Server/Item/Items/Wood/Drywood/Wood_Drywood_Beam.json, 758 B

Fields

FieldType
TranslationPropertiesobject
Parentstring
Iconstring
Setstring
Recipeobject
BlockTypeobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Wood_Drywood_Beam.name"
  },
  "Parent": "Wood_Softwood_Beam",
  "Icon": "Icons/ItemsGenerated/Wood_Drywood_Beam.png",
  "Set": "Wood_Drywood_Planks",
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Wood_Drywood",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Beam"
        ]
      }
    ],
    "OutputQuantity": 2
  },
  "BlockType": {
    "ParticleColor": "#a2865d",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Tubes/Long_Thin_Textures/Drywood.png",
        "Weight": 1
      }
    ],
    "TextureComputedColor": "#A08159"
  }
}