Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.5 / Item / Items / Rock / Quartzite / Rock_Quartzite_Brick_Half.json

Rock_Quartzite_Brick_Half

Server/Item/Items/Rock/Quartzite/Rock_Quartzite_Brick_Half.json, 2.4 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
Interactionsobject
Setstring
Recipeobject
BlockTypeobject
Tagsobject
Parentstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Quartzite_Brick_Half.name"
  },
  "Icon": "Icons/ItemsGenerated/Rock_Quartzite_Brick_Half.png",
  "Categories": [
    "Blocks.Rocks"
  ],
  "Interactions": {
    "Secondary": {
      "Interactions": [
        {
          "Parent": "Half_Block",
          "Matchers": [
            {
              "Block": {
                "Id": "Rock_Quartzite_Brick_Half",
                "State": "default"
              },
              "Face": "Up",
              "StaticFace": false
            }
          ]
        }
      ],
      "Cooldown": {
        "Id": "BlockInteraction",
        "Cooldown": 0.3,
        "ClickBypass": true
      },
      "Settings": {
        "Creative": {
          "AllowSkipChainOnClick": true
        }
      }
    }
  },
  "Set": "Rock_Quartzite",
  "Recipe": {
    "Input": [
      {
        "Quantity": 1,
        "ResourceTypeId": "Rock_Quartzite_Brick"
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "HalfSlab"
        ]
      }
    ],
    "OutputQuantity": 2,
    "TimeSeconds": 0
  },
  "BlockType": {
    "CustomModelTexture": [
      {
        "Texture": "BlockTextures/Rock_Quartzite_Brick.png",
        "Weight": 1
      }
    ],
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "ParticleColor": "#96844f",
    "State": {
      "Definitions": {
        "Block": {
          "Material": "Solid",
          "DrawType": "Cube",
          "HitboxType": "Full",
          "Textures": [
            {
              "All": "BlockTextures/Rock_Quartzite_Brick.png",
              "Weight": 1
            }
          ],
          "Supporting": {
            "BlockSides": [
              {}
            ]
          },
          "Gathering": {
            "Breaking": {
              "GatherType": "Rocks",
              "DropList": {
                "Container": {
                  "Type": "Single",
                  "Item": {
                    "ItemId": "Rock_Quartzite_Brick_Half",
                    "QuantityMax": 2,
                    "QuantityMin": 2
                  }
                }
              }
            }
          }
        }
      }
    },
    "TextureComputedColor": "#8E7E4D"
  },
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Quartzite"
    ]
  },
  "Parent": "Rock_Stone_Brick_Half"
}