Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9.1 / Item / Items / _Debug / Debug_Companion_Block_Spawner.json

Debug_Companion_Block_Spawner

Server/Item/Items/_Debug/Debug_Companion_Block_Spawner.json, 755 B

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
Qualitystring
BlockTypeobject
PlayerAnimationsIdstring
Tagsobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Debug_Companion_Block_Spawner.name"
  },
  "Icon": "Icons/ItemsGenerated/Furniture_Village_Crate.png",
  "Categories": [
    "Furniture.Containers"
  ],
  "Quality": "Debug",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Cube",
    "Opacity": "Transparent",
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Soft": {
        "DropList": "Barrels"
      }
    },
    "BlockParticleSetId": "Wood",
    "Textures": [
      {
        "Weight": 1,
        "All": "BlockTextures/Furniture_Village_Crate.png"
      }
    ],
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood"
  },
  "PlayerAnimationsId": "Block",
  "Tags": {
    "Type": [
      "Furniture"
    ]
  }
}