Editor Empty is an item in Hytale, categorized under the Editor category.
It was added in Hytale's Initial Release on January 13th, 2026.
No description available.
Represents empty space in prefabs. Use to explicitly clear blocks when a prefab is placed.
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.Editor_Empty.name",
"Description": "server.items.Editor_Empty.description"
},
"Icon": "Icons/ItemsGenerated/Editor_Empty.png",
"Quality": "Technical",
"Categories": [
"Tool.Block"
],
"BlockType": {
"DrawType": "Cube",
"RequiresAlphaBlending": true,
"Opacity": "Transparent",
"Group": "@Tech",
"Flags": {},
"BlockParticleSetId": "Stone",
"CubeShadingMode": "Flat",
"Textures": [
{
"All": "BlockTextures/Editor_Empty.png"
}
]
},
"PlayerAnimationsId": "Block",
"Tags": {
"Type": [
"Editor"
]
},
"ItemSoundSetId": "ISS_Blocks_Stone"
}