Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9.1 / Item / Interactions / Block / Teleporter / Teleporter_Place.json

Teleporter_Place

Server/Item/Interactions/Block/Teleporter/Teleporter_Place.json, 677 B

Fields

FieldType
Typestring
Nextobject
Failedobject

Source

{
  "Type": "MemoriesCondition",
  "Next": {
    "0": {
      "Parent": "Teleporter_Try_Place",
      "Value": 2
    },
    "1": {
      "Parent": "Teleporter_Try_Place",
      "Value": 2
    },
    "2": {
      "Parent": "Teleporter_Try_Place",
      "Value": 3
    },
    "3": {
      "Parent": "Teleporter_Try_Place",
      "Value": 4
    },
    "4": {
      "Parent": "Teleporter_Try_Place",
      "Value": 6
    },
    "5": {
      "Parent": "Teleporter_Try_Place",
      "Value": 8
    }
  },
  "Failed": {
    "Parent": "Teleporter_Try_Place",
    "Value": 8,
    "Failed": {
      "Type": "SendMessage",
      "Key": "server.interactions.teleporter.failed"
    }
  }
}