aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/thatgravyboat/skyblockhud/location/Locations.java
diff options
context:
space:
mode:
authorErymanthus <erymanthus@erymant6inchmbp.lan>2022-06-13 13:45:31 -0400
committerErymanthus <erymanthus@erymant6inchmbp.lan>2022-06-13 13:45:31 -0400
commit7d45d49c8923ccc52439cf6d0faeb4b6eea70fe6 (patch)
tree7f3bf032524739db268c8abd16ac1309111ff734 /src/main/java/com/thatgravyboat/skyblockhud/location/Locations.java
parentcf6cc3dc201356a9f962d3d856121051a29e2bb5 (diff)
downloadSkyblockHud-Death-Defied-7d45d49c8923ccc52439cf6d0faeb4b6eea70fe6.tar.gz
SkyblockHud-Death-Defied-7d45d49c8923ccc52439cf6d0faeb4b6eea70fe6.tar.bz2
SkyblockHud-Death-Defied-7d45d49c8923ccc52439cf6d0faeb4b6eea70fe6.zip
i think i added mithril gourmand support or smth
Diffstat (limited to 'src/main/java/com/thatgravyboat/skyblockhud/location/Locations.java')
-rw-r--r--src/main/java/com/thatgravyboat/skyblockhud/location/Locations.java14
1 files changed, 12 insertions, 2 deletions
diff --git a/src/main/java/com/thatgravyboat/skyblockhud/location/Locations.java b/src/main/java/com/thatgravyboat/skyblockhud/location/Locations.java
index a469ebb..28e9cc6 100644
--- a/src/main/java/com/thatgravyboat/skyblockhud/location/Locations.java
+++ b/src/main/java/com/thatgravyboat/skyblockhud/location/Locations.java
@@ -4,9 +4,10 @@ public enum Locations {
//ERROR LOCATIONS
DEFAULT("unknown", "Somewhere on Skyblock...", LocationCategory.ERROR),
NONE("none", "Unknown", LocationCategory.ERROR),
- //ISLAND
+ //PRIVATE ISLAND
YOURISLAND("yourisland", "Your Island", LocationCategory.ISLAND),
GUESTISLAND("guestisland", "Guest Island", LocationCategory.ISLAND),
+ MOULBERRYSISLAND("moulberryisland", "Cool Dude Hub", LocationCategory.ISLAND),
//HUB
VILLAGE("village", "Village", LocationCategory.HUB),
AUCTIONHOUSE("auctionhouse", "Auction House", LocationCategory.HUB),
@@ -34,6 +35,7 @@ public enum Locations {
BLACKSMITH("blacksmith", "Blacksmith", LocationCategory.HUB),
FARMHOUSE("farmhouse", "Farmhouse", LocationCategory.HUB),
WIZARDTOWER("wizardtower", "Wizard Tower", LocationCategory.HUB),
+ THAUMATURGIST("thaumaturgist","Thaumaturgist",LocationCategory.HUB),
//THE BARN
THEBARN("thebarn", "The Barn", LocationCategory.BARN),
WINDMILL("windmill", "Windmill", LocationCategory.BARN),
@@ -84,8 +86,10 @@ public enum Locations {
DRAGONTAIL("dragontail", "Dragontail", LocationCategory.CRIMSON),
DRAGONTAILTOWNSQUARE("dragontailtownsquare", "Dragontail Townsquare", LocationCategory.CRIMSON),
DRAGONTAILAUCTIONHOUS("dragontailauctionhous", "Dragontail AH", LocationCategory.CRIMSON),
+ DRAGONTAILBAZAAR("dragontailbazaar", "Dragontail BZ", LocationCategory.CRIMSON),
DRAGONTAILBANK("dragontailbank", "Dragontail Bank", LocationCategory.CRIMSON),
- MINIONSHOP("minionshop", "Minion Shop", LocationCategory.CRIMSON),
+ DRAGONTAILBLACKSMITH("dragontailblacksmith", "Dragontail Blacksmith", LocationCategory.CRIMSON),
+ DRAGONTAILMINIONSHOP("dragontailminionshop", "Dragontail Minion Shop", LocationCategory.CRIMSON),
CHIEFSHUT("chiefshut", "Chief's Hut", LocationCategory.CRIMSON),
FORGOTTENSKULL("forgottenskull", "Forgotten Skull", LocationCategory.CRIMSON),
KUUDRASEND("kuudrasend", "Kuudra's End", LocationCategory.CRIMSON),
@@ -94,6 +98,12 @@ public enum Locations {
ODGERSHUT("odgershut", "Odger's Hut", LocationCategory.CRIMSON),
RUINSOFASHFANG("ruinsofashfang", "Ruins of Ashfang", LocationCategory.CRIMSON),
SCARLETON("scarleton", "Scarleton", LocationCategory.CRIMSON),
+ SCARLETONPLAZA("scarletonplaza", "Scarleton Plaza", LocationCategory.CRIMSON),
+ SCARLETONAUCTIONHOUS("scarletonauctionhous", "Scarleton AH", LocationCategory.CRIMSON),
+ SCARLETONBAZAAR("scarletonbazaar", "Scarleton BZ", LocationCategory.CRIMSON),
+ SCARLETONBANK("scarletonbank", "Scarleton Bank", LocationCategory.CRIMSON),
+ SCARLETONBLACKSMITH("scarletonblacksmith", "Scarleton Blacksmith", LocationCategory.CRIMSON),
+ SCARLETONMINIONSHOP("scarletonminionshop", "Scarleton Minion Shop", LocationCategory.CRIMSON),
STRONGHOLD("stronghold", "Stronghold", LocationCategory.CRIMSON),
THEWASTELAND("thewasteland", "The Wasteland", LocationCategory.CRIMSON),
MATRIARCHSLAIR("matriarchslair", "Matriarch's Lair", LocationCategory.CRIMSON),