Hytale Asset ReferenceUnofficial
Versions / 0.5.4 / Item / Items / Rock / Sandstone_Red / Rock_Sandstone_Red_Beam.json

Rock_Sandstone_Red_Beam

Server/Item/Items/Rock/Sandstone_Red/Rock_Sandstone_Red_Beam.json, 871 B

Fields

FieldType
TranslationPropertiesobject
Iconstring
Setstring
Recipeobject
BlockTypeobject
Tagsobject
Parentstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Sandstone_Red_Beam.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Sandstone_Red_Beam.png",
  "Set": "Rock_Sandstone_Red",
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Rock_Sandstone_Red",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Beam"
        ]
      }
    ],
    "OutputQuantity": 2,
    "TimeSeconds": 0
  },
  "BlockType": {
    "CustomModelTexture": [
      {
        "Texture": "BlockTextures/Rock_Sandstone_Red.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#8e5234",
    "TextureComputedColor": "#824E30"
  },
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Sandstone_Red"
    ]
  },
  "Parent": "Rock_Stone_Beam"
}