Hytale Asset ReferenceUnofficial
Versions / 0.5.4 / Item / Items / Rock / Basalt / Rock_Basalt_Cobble_Beam.json

Rock_Basalt_Cobble_Beam

Server/Item/Items/Rock/Basalt/Rock_Basalt_Cobble_Beam.json, 1.1 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Setstring
Recipeobject
BlockTypeobject
Tagsobject
Parentstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Basalt_Cobble_Beam.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Basalt_Cobble_Beam.png",
  "Set": "Rock_Basalt",
  "Recipe": {
    "Input": [
      {
        "Quantity": 1,
        "ResourceTypeId": "Rock_Basalt"
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Beam"
        ]
      }
    ],
    "OutputQuantity": 2,
    "TimeSeconds": 0
  },
  "BlockType": {
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Tubes/Long_Simple_UV_Textures/Basalt_Cobble.png",
        "Weight": 1
      }
    ],
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "Supporting": {
      "Down": [
        {
          "FaceType": "Rock_Beam"
        }
      ],
      "Up": [
        {
          "FaceType": "Rock_Beam"
        }
      ]
    },
    "ParticleColor": "#545035",
    "TextureComputedColor": "#403E2A"
  },
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Basalt"
    ]
  },
  "Parent": "Rock_Stone_Cobble_Beam"
}