Hytale Asset ReferenceUnofficial
Versions / 0.5.6 / Item / Items / MISC / Prefab_Spawner_Block.json

Prefab_Spawner_Block

Server/Item/Items/MISC/Prefab_Spawner_Block.json, 1.3 KB

Fields

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

Source

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