diff options
author | nea <nea@nea.moe> | 2023-06-20 18:37:30 +0200 |
---|---|---|
committer | nea <nea@nea.moe> | 2023-06-20 18:37:30 +0200 |
commit | 79949d42427b0a41100cbb76387887995b4b74b8 (patch) | |
tree | 375557d9e5c43ff6816ebf4056e42ba79c91f912 /constants | |
parent | 6acd14d0fc8bc54bf527ae113e34e6a042e2f811 (diff) | |
download | NotEnoughUpdates-REPO-79949d42427b0a41100cbb76387887995b4b74b8.tar.gz NotEnoughUpdates-REPO-79949d42427b0a41100cbb76387887995b4b74b8.tar.bz2 NotEnoughUpdates-REPO-79949d42427b0a41100cbb76387887995b4b74b8.zip |
Initial Rift Shit
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, |