Hytale Asset ReferenceUnofficial
Versions / 0.5.7 / Item / Items / Rock / Magma / Rock_Magma_Cooled_Beam.json

Rock_Magma_Cooled_Beam

Server/Item/Items/Rock/Magma/Rock_Magma_Cooled_Beam.json, 1.0 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Setstring
Recipeobject
BlockTypeobject
Tagsobject
Parentstring
IconPropertiesobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Magma_Cooled_Beam.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Magma_Cooled_Beam.png",
  "Set": "Rock_Magma_Cooled",
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Rock_Magma_Cooled",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Beam"
        ]
      }
    ],
    "OutputQuantity": 2,
    "TimeSeconds": 0
  },
  "BlockType": {
    "CustomModelTexture": [
      {
        "Texture": "BlockTextures/Rock_Magma_Cooled_Side.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#0d0a0a",
    "TextureComputedColor": "#1C181A"
  },
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Magma_Cooled"
    ]
  },
  "Parent": "Rock_Stone_Beam",
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  }
}