Hytale Asset ReferenceUnofficial
Versions / 0.5.1 / Item / Items / Rock / Aqua / Rock_Aqua_Brick_Pillar_Middle.json

Rock_Aqua_Brick_Pillar_Middle

Server/Item/Items/Rock/Aqua/Rock_Aqua_Brick_Pillar_Middle.json, 1.1 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Setstring
BlockTypeobject
Tagsobject
Parentstring
Recipeobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Aqua_Brick_Pillar_Middle.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Aqua_Brick_Pillar_Middle.png",
  "Set": "Rock_Aqua",
  "BlockType": {
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Pillars/Pillar_Base_Textures/Aqua_Brick.png",
        "Weight": 1
      }
    ],
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "Supporting": {
      "Down": [
        {}
      ],
      "Up": [
        {}
      ]
    },
    "ParticleColor": "#255a63",
    "TextureComputedColor": "#193B36"
  },
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Aqua"
    ]
  },
  "Parent": "Rock_Stone_Brick_Pillar_Middle",
  "Recipe": {
    "Input": [
      {
        "Quantity": 1,
        "ResourceTypeId": "Rock_Aqua_Brick"
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Pillar"
        ]
      }
    ],
    "OutputQuantity": 1,
    "TimeSeconds": 0
  }
}