Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.3 / Item / Items / _Debug / Debug_Block.json

Debug_Block

Server/Item/Items/_Debug/Debug_Block.json, 789 B

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[0]
Qualitystring
BlockTypeobject
PlayerAnimationsIdstring
Tagsobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Debug_Block.name"
  },
  "Icon": "Icons/ItemsGenerated/Debug_Block.png",
  "Categories": [],
  "Quality": "Developer",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Cube",
    "VariantRotation": "Debug",
    "Textures": [
      {
        "Weight": 1,
        "Up": "BlockTextures/_Debug/Up.png",
        "Down": "BlockTextures/_Debug/Down.png",
        "North": "BlockTextures/_Debug/North.png",
        "South": "BlockTextures/_Debug/South.png",
        "East": "BlockTextures/_Debug/East.png",
        "West": "BlockTextures/_Debug/West.png"
      }
    ],
    "ParticleColor": "#0000f4",
    "TextureComputedColor": "#0000FE"
  },
  "PlayerAnimationsId": "Block",
  "Tags": {
    "Type": [
      "Debug"
    ]
  }
}