Editor Anchor 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.
Marks the anchor point for prefabs. Place at the origin position when creating prefabs.
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_Anchor.name",
"Description": "server.items.Editor_Anchor.description"
},
"Icon": "Icons/ItemsGenerated/Editor_Anchor.png",
"Quality": "Technical",
"Categories": [
"Tool.Block"
],
"BlockType": {
"DrawType": "Cube",
"RequiresAlphaBlending": true,
"Opacity": "Transparent",
"Group": "@Tech",
"Flags": {},
"BlockParticleSetId": "Stone",
"Textures": [
{
"Weight": 1,
"All": "BlockTextures/EditorBlockPrefabAnchor.png",
"UpDown": "BlockTextures/EditorBlock.png"
}
]
},
"PlayerAnimationsId": "Block",
"Tags": {
"Type": [
"Editor"
]
},
"ItemSoundSetId": "ISS_Blocks_Stone"
}