Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9.1 / Item / Items / Rock / Lime / Rock_Lime_Cobble_Beam.json

Rock_Lime_Cobble_Beam

Server/Item/Items/Rock/Lime/Rock_Lime_Cobble_Beam.json, 929 B

Fields

FieldType
TranslationPropertiesobject
Iconstring
Setstring
Parentstring
Recipeobject
BlockTypeobject
IconPropertiesobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Limestone_Cobble_Beam.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Limestone_Cobble_Beam.png",
  "Set": "Rock_Lime",
  "Parent": "Rock_Stone_Cobble_Beam",
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Rock_Lime",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Beam"
        ]
      }
    ],
    "OutputQuantity": 2,
    "TimeSeconds": 0
  },
  "BlockType": {
    "CustomModelTexture": [
      {
        "Texture": "BlockTextures/Rock_Limestone_Cobble.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#dccd97",
    "TextureComputedColor": "#B3A67F"
  },
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  }
}