diff options
Diffstat (limited to 'src/main/resources/assets/skyblocker')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 4 | ||||
-rw-r--r-- | src/main/resources/assets/skyblocker/spidersden/relics.json | 149 |
2 files changed, 153 insertions, 0 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json index cdaa7602..d8d10507 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -209,6 +209,10 @@ "text.autoconfig.skyblocker.option.locations.barn": "Barn", "text.autoconfig.skyblocker.option.locations.barn.solveHungryHiker": "Solve Hungry Hiker", "text.autoconfig.skyblocker.option.locations.barn.solveTreasureHunter": "Solve Treasure Hunter", + "text.autoconfig.skyblocker.option.locations.spidersden": "Spider's Den", + "text.autoconfig.skyblocker.option.locations.spidersden.relics": "Hidden Relics Helper", + "text.autoconfig.skyblocker.option.locations.spidersden.relics.enableRelicsHelper": "Enable Hidden Relics Helper", + "text.autoconfig.skyblocker.option.locations.spidersden.relics.highlightFoundRelics": "Highlight found relics", "text.autoconfig.skyblocker.option.locations.dungeons": "Dungeons", "text.autoconfig.skyblocker.option.locations.dungeons.secretWaypoints": "Dungeon Secret Waypoints", "text.autoconfig.skyblocker.option.locations.dungeons.secretWaypoints.enableSecretWaypoints": "Enable Dungeon Secret Waypoints", diff --git a/src/main/resources/assets/skyblocker/spidersden/relics.json b/src/main/resources/assets/skyblocker/spidersden/relics.json new file mode 100644 index 00000000..4610423b --- /dev/null +++ b/src/main/resources/assets/skyblocker/spidersden/relics.json @@ -0,0 +1,149 @@ +{ + "source": { + "link": "https://hypixel-skyblock.fandom.com/wiki/Relics", + "license": "CC-BY-SA <https://www.fandom.com/licensing>" + }, + "total": 28, + "locations": [ + { + "x": -342, + "y": 122, + "z": -253 + }, + { + "x": -384, + "y": 89, + "z": -225 + }, + { + "x": -274, + "y": 100, + "z": -178 + }, + { + "x": -178, + "y": 136, + "z": -297 + }, + { + "x": -147, + "y": 83, + "z": -335 + }, + { + "x": -188, + "y": 80, + "z": -346 + }, + { + "x": -206, + "y": 63, + "z": -301 + }, + { + "x": -342, + "y": 89, + "z": -221 + }, + { + "x": -355, + "y": 86, + "z": -213 + }, + { + "x": -372, + "y": 89, + "z": -242 + }, + { + "x": -354, + "y": 73, + "z": -285 + }, + { + "x": -317, + "y": 69, + "z": -273 + }, + { + "x": -296, + "y": 37, + "z": -270 + }, + { + "x": -275, + "y": 64, + "z": -272 + }, + { + "x": -303, + "y": 71, + "z": -318 + }, + { + "x": -311, + "y": 69, + "z": -251 + }, + { + "x": -348, + "y": 65, + "z": -202 + }, + { + "x": -328, + "y": 50, + "z": -238 + }, + { + "x": -313, + "y": 58, + "z": -250 + }, + { + "x": -300, + "y": 51, + "z": -254 + }, + { + "x": -284, + "y": 49, + "z": -234 + }, + { + "x": -300, + "y": 50, + "z": -218 + }, + { + "x": -236, + "y": 51, + "z": -239 + }, + { + "x": -183, + "y": 51, + "z": -252 + }, + { + "x": -217, + "y": 58, + "z": -304 + }, + { + "x": -272, + "y": 48, + "z": -291 + }, + { + "x": -225, + "y": 70, + "z": -316 + }, + { + "x": -254, + "y": 57, + "z": -279 + } + ] +} |