Prefab Spawner is an item in Hytale, categorized under the MISC category.
It was added in Hytale's Initial Release on January 13th, 2026.
No description available.
Spawns prefabs during world generation. Interact with the block to edit settings, or use /prefabspawner commands.
Use /prefabspawner set to configure the prefab path.
This item cannot be crafted.
This item cannot be salvaged.
Below is the item's .json data as extracted from the game files.
Click here to view the full file.
{
"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.Block"
],
"BlockType": {
"DrawType": "Model",
"Opacity": "Transparent",
"Group": "@Tech",
"State": {
"Id": "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"
}
}
]
}
}
},
"PlayerAnimationsId": "Block",
"ItemSoundSetId": "ISS_Blocks_Stone"
}