Editor Block 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.
A visible placeholder block for level design. Does not affect gameplay.
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_Block.name",
"Description": "server.items.Editor_Block.description"
},
"Icon": "Icons/ItemsGenerated/Editor_Block.png",
"Quality": "Technical",
"Categories": [
"Tool.Block"
],
"BlockType": {
"DrawType": "Model",
"CustomModel": "Blocks/Miscellaneous/Trigger.blockymodel",
"CustomModelTexture": [
{
"Texture": "BlockTextures/EditorBlock.png",
"Weight": 1
}
],
"Opacity": "Transparent",
"Group": "@Tech",
"Flags": {},
"BlockParticleSetId": "Stone"
},
"PlayerAnimationsId": "Block",
"Tags": {
"Type": [
"Editor"
]
},
"ItemSoundSetId": "ISS_Blocks_Stone"
}