Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1 / Item / Items / Wood / Lightwood / Wood_Lightwood_Beam.json

Wood_Lightwood_Beam

Server/Item/Items/Wood/Lightwood/Wood_Lightwood_Beam.json, 859 B

Fields

FieldType
TranslationPropertiesobject
Parentstring
Iconstring
Setstring
Recipeobject
BlockTypeobject
Tagsobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Wood_Lightwood_Beam.name"
  },
  "Parent": "Wood_Softwood_Beam",
  "Icon": "Icons/ItemsGenerated/Wood_Lightwood_Beam.png",
  "Set": "Wood_Lightwood_Planks",
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Wood_Lightwood",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Beam"
        ]
      }
    ],
    "OutputQuantity": 2
  },
  "BlockType": {
    "ParticleColor": "#bba58b",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Tubes/Long_Thin_Textures/Lightwood.png",
        "Weight": 1
      }
    ],
    "TextureComputedColor": "#C8B092"
  },
  "Tags": {
    "Type": [
      "Wood"
    ],
    "Family": [
      "Lightwood"
    ]
  }
}