Teleporter is an item in Hytale, categorized under the Electrum category.
It was added in Hytale's Initial Release on January 13th, 2026.
No description available.
Connects to another teleporter. Place two to create a warp link.
The crafting recipe for Teleporter in Hytale is shown below.
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.Teleporter.name",
"Description": "server.items.Teleporter.description"
},
"Icon": "Icons/ItemsGenerated/Teleporter.png",
"Categories": [
"Blocks.Structural"
],
"MaxStack": 10,
"PlayerAnimationsId": "Block",
"Interactions": {
"Secondary": {
"Interactions": [
"Teleporter_Place"
]
}
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"CustomModel": "Blocks/Miscellaneous/Teleporter_Pad.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Miscellaneous/Teleporter_Pad_Texture.png",
"Weight": 1
}
],
"Flags": {
"IsUsable": true
},
"Gathering": {
"Breaking": {
"GatherType": "SoftBlocks"
}
},
"BlockEntity": {
"Components": {
"Teleporter": {
"WarpNameWordList": "Runes"
},
"TrackedPlacement": {}
}
},
"BlockParticleSetId": "Stone",
"BlockSoundSetId": "Stone",
"State": {
"Definitions": {
"Active": {
"AmbientSoundEventId": "SFX_Portal_Neutral",
"Particles": [
{
"SystemId": "Portal_Square_Blue_Fit",
"PositionOffset": {
"Y": -1,
"Z": -0.3,
"X": 0.0
},
"RotationOffset": {
"Yaw": 0.0
},
"Scale": 1.0
}
],
"Interactions": {
"CollisionEnter": {
"Cooldown": {
"Cooldown": 1
},
"Interactions": [
{
"Type": "Teleporter",
"Particle": "Teleport",
"Next": {
"Type": "ApplyEffect",
"EffectId": "Portal_Teleport",
"Effects": {
"WorldSoundEventId": "SFX_Potion_Drink_Success"
}
}
}
]
},
"Use": {
"Interactions": [
{
"Type": "OpenCustomUI",
"Page": {
"Id": "Teleporter",
"Mode": "Warp",
"ActiveState": "Active",
"WarpNameWordList": "Runes"
}
}
]
}
}
}
}
},
"Interactions": {
"Use": {
"Interactions": [
{
"Type": "OpenCustomUI",
"Page": {
"Id": "Teleporter",
"Mode": "Warp",
"ActiveState": "Active",
"WarpNameWordList": "Runes"
}
}
]
}
},
"ParticleColor": "#4e534c",
"VariantRotation": "NESW",
"HitboxType": "Teleporter"
},
"IconProperties": {
"Scale": 0.25,
"Rotation": [
22.5,
45.0,
22.5
],
"Translation": [
3.0,
-42.0
]
},
"ItemLevel": 30,
"Recipe": {
"TimeSeconds": 2,
"Input": [
{
"ItemId": "Wood_Azure_Trunk",
"Quantity": 8
},
{
"ItemId": "Plant_Crop_Mana3",
"Quantity": 2
},
{
"Quantity": 10,
"ResourceTypeId": "Rock"
}
],
"OutputQuantity": 2,
"BenchRequirement": [
{
"Id": "Arcanebench",
"Type": "Crafting",
"Categories": [
"Arcane_Portals"
]
}
]
},
"Quality": "Rare",
"ItemSoundSetId": "ISS_Blocks_Stone"
}