diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-09-19 10:44:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-19 08:44:37 +0000 |
| commit | 01bed75c8650ca3ee2315740a3cb3afe2ade9243 (patch) | |
| tree | f8db93e0cd64a037d30411990dcb3f70022f44be | |
| parent | 96082b7b562adcf1ba93b269d3138fe25dd1d5b6 (diff) | |
| download | NotEnoughUpdates-REPO-01bed75c8650ca3ee2315740a3cb3afe2ade9243.tar.gz NotEnoughUpdates-REPO-01bed75c8650ca3ee2315740a3cb3afe2ade9243.tar.bz2 NotEnoughUpdates-REPO-01bed75c8650ca3ee2315740a3cb3afe2ade9243.zip | |
fix: Onyx and Aqua Gemstone Waypoints in Tunnels (#1356)
| -rw-r--r-- | constants/glacite_tunnel_waypoints.json | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/constants/glacite_tunnel_waypoints.json b/constants/glacite_tunnel_waypoints.json index 14a6d54f..e3a466b6 100644 --- a/constants/glacite_tunnel_waypoints.json +++ b/constants/glacite_tunnel_waypoints.json @@ -2,21 +2,19 @@ "Onyx Gemstone Collector": { "title": "§0Onyx Gemstone Mine", "waypoints": [ + "-2:142:437", "-68:133:407", - "9:137:412", - "-17:137:394", - "11:140:366", - "23:141:386", "76:125:411" ] }, "Aquamarine Gemstone Collector": { "title": "§3Aquamarine Gemstone Mine", "waypoints": [ - "-2:142:437", - "74:154:388", - "94:154:327", - "51:120:302" + "51:120:302", + "-17:137:394", + "11:140:366", + "23:141:386", + "9:137:412" ] }, "Peridot Gemstone Collector": { @@ -34,7 +32,9 @@ "-95:148:259", "-58:147:421", "37:122:386", - "-47:130:411" + "-47:130:411", + "74:154:388", + "94:154:327" ] } -} +}
\ No newline at end of file |
