Hytale Asset ReferenceUnofficial
Versions / 0.5.7 / Item / Items / Rock / Sandstone_White / Rock_Sandstone_White_Brick_Beam.json

Rock_Sandstone_White_Brick_Beam

Server/Item/Items/Rock/Sandstone_White/Rock_Sandstone_White_Brick_Beam.json, 1.3 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Setstring
Recipeobject
BlockTypeobject
Tagsobject
IconPropertiesobject
Parentstring

Source

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