Hytale Asset ReferenceUnofficial
Versions / 0.5.4 / Item / Items / Rock / Lime / Rock_Lime_Beam.json

Rock_Lime_Beam

Server/Item/Items/Rock/Lime/Rock_Lime_Beam.json, 822 B

Fields

FieldType
TranslationPropertiesobject
Iconstring
Setstring
Recipeobject
BlockTypeobject
Tagsobject
Parentstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Lime_Beam.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Lime_Beam.png",
  "Set": "Rock_Lime",
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Rock_Lime",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Beam"
        ]
      }
    ],
    "OutputQuantity": 2,
    "TimeSeconds": 0
  },
  "BlockType": {
    "CustomModelTexture": [
      {
        "Texture": "BlockTextures/Rock_Limestone.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#dccd97",
    "TextureComputedColor": "#BAAA7F"
  },
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Lime"
    ]
  },
  "Parent": "Rock_Stone_Beam"
}