Hytale Asset ReferenceUnofficial
Versions / 0.4.1 / Item / Items / Rock / Slate / Rock_Slate_Brick_Beam.json

Rock_Slate_Brick_Beam

Server/Item/Items/Rock/Slate/Rock_Slate_Brick_Beam.json, 1.2 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Setstring
Recipeobject
BlockTypeobject
Tagsobject
Parentstring
IconPropertiesobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Slate_Brick_Beam.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Slate_Brick_Beam.png",
  "Set": "Rock_Slate",
  "Recipe": {
    "Input": [
      {
        "Quantity": 1,
        "ResourceTypeId": "Rock_Slate_Brick"
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Beam"
        ]
      }
    ],
    "OutputQuantity": 2,
    "TimeSeconds": 0
  },
  "BlockType": {
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Tubes/Long_Simple_UV_Textures/Slate_Brick.png",
        "Weight": 1
      }
    ],
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "Supporting": {
      "Down": [
        {
          "FaceType": "Rock_Beam"
        }
      ],
      "Up": [
        {
          "FaceType": "Rock_Beam"
        }
      ]
    },
    "ParticleColor": "#373737"
  },
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Slate"
    ]
  },
  "Parent": "Rock_Stone_Brick_Beam",
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  }
}