Hytale Asset ReferenceUnofficial
Versions / 0.5.3 / Item / Items / Wood / Tropicalwood / Wood_Tropicalwood_Beam.json

Wood_Tropicalwood_Beam

Server/Item/Items/Wood/Tropicalwood/Wood_Tropicalwood_Beam.json, 877 B

Fields

FieldType
TranslationPropertiesobject
Parentstring
Iconstring
Setstring
Recipeobject
BlockTypeobject
Tagsobject

Source

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