Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.10 / Item / Items / MISC / Block_Spawner_Block_Large.json

Block_Spawner_Block_Large

Server/Item/Items/MISC/Block_Spawner_Block_Large.json, 1.4 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Qualitystring
Categoriesarray[1]
HudUIarray[1]
BuilderToolobject
SubCategorystring
BlockTypeobject
PlayerAnimationsIdstring
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Block_Spawner_Block_Large.name",
    "Description": "server.items.Block_Spawner_Block_Large.description"
  },
  "Icon": "Icons/ItemsGenerated/Block_Spawner_Block.png",
  "Quality": "Technical",
  "Categories": [
    "Tool.PrefabEditing"
  ],
  "HudUI": [
    { "Path": "Hud/ToolsLegends/BlockSpawner.ui", "Type": "Legend" }
  ],
  "BuilderTool": {
    "Id": "BlockSpawner"
  },
  "SubCategory": "PrefabBlocks",
  "BlockType": {
    "DrawType": "Model",
    "Opacity": "Transparent",
    "Group": "@Tech",
    "BlockEntity": {
      "Components": {
        "BlockSpawner": {}
      }
    },
    "Flags": {
      "IsUsable": false
    },
    "BlockParticleSetId": "Stone",
    "Textures": [
      {
        "Weight": 1,
        "All": "BlockTextures/EditorBlockTrigger.png",
        "UpDown": "BlockTextures/EditorBlock.png"
      }
    ],
    "VariantRotation": "NESW",
    "CustomModelTexture": [
      {
        "Texture": "Items/Block_Spawner_Block_Large_Texture.png"
      }
    ],
    "CustomModel": "Items/Block_Spawner_Block_Large.blockymodel",
    "Interactions": {
      "Use": {
        "Interactions": [
          {
            "Type": "OpenCustomUI",
            "Page": {
              "Id": "BlockSpawner"
            }
          }
        ]
      }
    },
    "TextureComputedColor": "#E7E3E3"
  },
  "PlayerAnimationsId": "Block",
  "ItemSoundSetId": "ISS_Blocks_Stone"
}