diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-04-10 19:35:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-10 17:35:51 +0000 |
commit | 4a724ed2a74eed24133f800eade4ca20e3b00353 (patch) | |
tree | eb970e0884cb834b4057001df78b31f793ef9b18 /constants/islands.json | |
parent | ed5084c45fd30531a6b34abb610eab21c765efad (diff) | |
download | NotEnoughUpdates-REPO-4a724ed2a74eed24133f800eade4ca20e3b00353.tar.gz NotEnoughUpdates-REPO-4a724ed2a74eed24133f800eade4ca20e3b00353.tar.bz2 NotEnoughUpdates-REPO-4a724ed2a74eed24133f800eade4ca20e3b00353.zip |
Added more items and some constants (#1152)
* Added more items and some constants
* Fixed warp
Diffstat (limited to 'constants/islands.json')
-rw-r--r-- | constants/islands.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/constants/islands.json b/constants/islands.json index 0f30d038..35fc212d 100644 --- a/constants/islands.json +++ b/constants/islands.json @@ -407,6 +407,16 @@ "jerry", "workshop" ] + }, + { + "warp": "basecamp", + "mode": "mining_3", + "x": 0, + "y": 128, + "z": 200, + "aliases": [ + "camp" + ] } ] } |