aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorSpencer <75862693+TacoMonkey11@users.noreply.github.com>2022-04-24 16:34:27 -0400
committerGitHub <noreply@github.com>2022-04-24 16:34:27 -0400
commitb99e3a36f99cfb0a73248e53cb55c48995490b9c (patch)
tree4abd97a9147e3bbd28cf4e35219cdb9e00eed67c /src/main/resources
parentff596b83910a93b111eea8996777ccb2bfa00b71 (diff)
parent9b52a8a15acae268aace6e3729a773fc4476ca55 (diff)
downloadSkyblocker-b99e3a36f99cfb0a73248e53cb55c48995490b9c.tar.gz
Skyblocker-b99e3a36f99cfb0a73248e53cb55c48995490b9c.tar.bz2
Skyblocker-b99e3a36f99cfb0a73248e53cb55c48995490b9c.zip
Merge branch 'SkyblockerMod:master' into discord
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/assets/skyblocker/lang/en_us.json5
-rw-r--r--src/main/resources/fabric.mod.json7
2 files changed, 8 insertions, 4 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json
index 91b2cf28..0b148a91 100644
--- a/src/main/resources/assets/skyblocker/lang/en_us.json
+++ b/src/main/resources/assets/skyblocker/lang/en_us.json
@@ -46,6 +46,11 @@
"text.autoconfig.skyblocker.option.locations.dwarvenMines.enableDrillFuel": "Enable Drill Fuel",
"text.autoconfig.skyblocker.option.locations.dwarvenMines.solveFetchur": "Solve Fetchur",
"text.autoconfig.skyblocker.option.locations.dwarvenMines.solvePuzzler": "Solve Puzzler Puzzle",
+ "text.autoconfig.skyblocker.option.locations.dwarvenMines.dwarvenHud": "Dwarven HUD",
+ "text.autoconfig.skyblocker.option.locations.dwarvenMines.dwarvenHud.enabled": "Enabled",
+ "text.autoconfig.skyblocker.option.locations.dwarvenMines.dwarvenHud.enableBackground": "Enable Background",
+ "text.autoconfig.skyblocker.option.locations.dwarvenMines.dwarvenHud.x": "X",
+ "text.autoconfig.skyblocker.option.locations.dwarvenMines.dwarvenHud.y": "Y",
"text.autoconfig.skyblocker.category.messages": "Messages",
"text.autoconfig.skyblocker.option.messages.hideAbility": "Hide Ability Cooldown",
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index c5d30d73..6358a234 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -5,12 +5,11 @@
"name": "Skyblocker",
"description": "Hypixel Skyblock Mod",
"authors": ["xMrVizzy", "d3dx9", "LifeIsAParadox"],
- "contributors": ["ExternalTime", "Zailer43", "TacoMonkey", "KonaeAkira", "Fix3dll"],
- "translators" : ["null2264", "HyperSoop", "edgarogh"],
+ "contributors": ["ExternalTime", "Zailer43", "TacoMonkey", "KonaeAkira", "Fix3dll", "null2264", "HyperSoop", "edgarogh"],
"contact": {
"homepage": "https://hysky.de",
- "sources": "https://github.com/LifeIsAParadox/Skyblocker",
- "issues": "https://github.com/LifeIsAParadox/Skyblocker/issues"
+ "sources": "https://github.com/SkyblockerMod/Skyblocker",
+ "issues": "https://github.com/SkyblockerMod/Skyblocker/issues"
},
"license": "GNU LGPLv3",
"icon": "assets/skyblocker/icon.png",