Teleporter_Try_Place
Server/Item/Interactions/Block/Teleporter/Teleporter_Try_Place.json, 250 B
Fields
| Field | Type |
|---|---|
Type | string |
Block | string |
Value | number |
Next | object |
Failed | object |
Source
{
"Type": "PlacementCountCondition",
"Block": "Teleporter",
"Value": 2,
"Next": {
"Type": "PlaceBlock",
"RunTime": 0.125
},
"Failed": {
"Type": "SendMessage",
"Key": "server.interactions.teleporter.failedCollectMore"
}
}