diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/islands.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/constants/islands.json b/constants/islands.json index d3527275..a46e2731 100644 --- a/constants/islands.json +++ b/constants/islands.json @@ -14,11 +14,19 @@ "dungeon": "Dungeon", "dungeon_hub": "Dungeon Hub", "crystal_hollows": "Crystal Hollows", - "garden": "The Garden" + "garden": "The Garden", + "rift": "Rift" }, "teleporters": [ { "from": "hub", + "to": "rift", + "x": 42, + "y": 123, + "z": 72 + }, + { + "from": "hub", "to": "foraging_1", "x": -221, "y": 75, |