Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.6 / Item / Items / _Debug / Debug_Companion_Block_Spawner_Requirement.json

Debug_Companion_Block_Spawner_Requirement

Server/Item/Items/_Debug/Debug_Companion_Block_Spawner_Requirement.json, 1007 B

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
Qualitystring
BlockTypeobject
PlayerAnimationsIdstring
MaxStacknumber
Tagsobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Debug_Companion_Block_Spawner_Requirement.name"
  },
  "Icon": "Icons/ItemsGenerated/Furniture_Crude_Bed.png",
  "Categories": [
    "Furniture.Benches"
  ],
  "Quality": "Debug",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Benches/Bedroll.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Benches/Bedroll_Texture.png",
        "Weight": 1
      }
    ],
    "HitboxType": "Bed_Crude",
    "VariantRotation": "NESW",
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "BlockParticleSetId": "Wood",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "BlockSoundSetId": "Cloth",
    "PhysicalMaterialId": "Wool"
  },
  "PlayerAnimationsId": "Block",
  "MaxStack": 1,
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Bed"
    ]
  }
}