Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9 / Item / Interactions / Block / Teleporter / Teleporter_Try_Place.json

Teleporter_Try_Place

Server/Item/Interactions/Block/Teleporter/Teleporter_Try_Place.json, 250 B

Fields

FieldType
Typestring
Blockstring
Valuenumber
Nextobject
Failedobject

Source

{
  "Type": "PlacementCountCondition",
  "Block": "Teleporter",
  "Value": 2,
  "Next": {
    "Type": "PlaceBlock",
    "RunTime": 0.125
  },
  "Failed": {
    "Type": "SendMessage",
    "Key": "server.interactions.teleporter.failedCollectMore"
  }
}