Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8 / Item / Items / Rock / Shale / Rock_Shale_Beam.json

Rock_Shale_Beam

Server/Item/Items/Rock/Shale/Rock_Shale_Beam.json, 823 B

Fields

FieldType
TranslationPropertiesobject
Iconstring
Setstring
Recipeobject
BlockTypeobject
Tagsobject
Parentstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Shale_Beam.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Shale_Beam.png",
  "Set": "Rock_Shale",
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Rock_Shale",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Beam"
        ]
      }
    ],
    "OutputQuantity": 2,
    "TimeSeconds": 0
  },
  "BlockType": {
    "CustomModelTexture": [
      {
        "Texture": "BlockTextures/Rock_Shale.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#454a50",
    "TextureComputedColor": "#3E4847"
  },
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Shale"
    ]
  },
  "Parent": "Rock_Stone_Beam"
}