diff options
author | Linnea Gräf <nea@nea.moe> | 2023-11-29 21:18:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-29 20:18:21 +0000 |
commit | 790bb10237d84c89223bb0058b088318b880234a (patch) | |
tree | 833fb76afa983082fc1cf232d97159e6048b8d70 | |
parent | de9a85f0aeb34020a553aee032b898e6b4aa0077 (diff) | |
download | NotEnoughUpdates-REPO-790bb10237d84c89223bb0058b088318b880234a.tar.gz NotEnoughUpdates-REPO-790bb10237d84c89223bb0058b088318b880234a.tar.bz2 NotEnoughUpdates-REPO-790bb10237d84c89223bb0058b088318b880234a.zip |
Add elizabeth wrap (#1052)
-rw-r--r-- | constants/islands.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/constants/islands.json b/constants/islands.json index c70cb717..7d6ff7fc 100644 --- a/constants/islands.json +++ b/constants/islands.json @@ -155,6 +155,13 @@ ], "island_warps": [ { + "warp": "elizabeth", + "mode": "hub", + "x": 3, + "y": 71, + "z": -101 + }, + { "warp": "nether", "aliases": [ "isle", |