Hytale Asset ReferenceUnofficial
Versions / 0.5.6 / Item / Items / Rock / Chalk / Rock_Chalk_Brick_Pillar_Middle.json

Rock_Chalk_Brick_Pillar_Middle

Server/Item/Items/Rock/Chalk/Rock_Chalk_Brick_Pillar_Middle.json, 1.1 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Setstring
Parentstring
BlockTypeobject
IconPropertiesobject
Variantboolean
Recipeobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Chalk_Brick_Pillar_Middle.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Chalk_Brick_Pillar_Middle.png",
  "Set": "Rock_Chalk",
  "Parent": "Rock_Stone_Brick_Pillar_Middle",
  "BlockType": {
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Pillars/Pillar_Base_Textures/Rock_Chalk_Brick.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#d0ccc6",
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "TextureComputedColor": "#D4CFC3"
  },
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  },
  "Variant": false,
  "Recipe": {
    "Input": [
      {
        "Quantity": 1,
        "ResourceTypeId": "Rock_Chalk_Brick"
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Pillar"
        ]
      }
    ],
    "OutputQuantity": 1,
    "TimeSeconds": 0
  }
}