Hytale Asset ReferenceUnofficial
Versions / 0.5.7 / Item / Items / Rock / Aqua / Rock_Aqua_Cobble_Beam.json

Rock_Aqua_Cobble_Beam

Server/Item/Items/Rock/Aqua/Rock_Aqua_Cobble_Beam.json, 958 B

Fields

FieldType
TranslationPropertiesobject
Iconstring
Setstring
Recipeobject
BlockTypeobject
Tagsobject
Parentstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Aqua_Cobble_Beam.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Aqua_Cobble_Beam.png",
  "Set": "Rock_Aqua",
  "Recipe": {
    "Input": [
      {
        "Quantity": 1,
        "ResourceTypeId": "Rock_Aqua"
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Beam"
        ]
      }
    ],
    "OutputQuantity": 2,
    "TimeSeconds": 0
  },
  "BlockType": {
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Tubes/Long_Simple_UV_Textures/Aqua_Cobble.png",
        "Weight": 1
      }
    ],
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "ParticleColor": "#58ad9b",
    "TextureComputedColor": "#41655B"
  },
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Aqua"
    ]
  },
  "Parent": "Rock_Stone_Cobble_Beam"
}