aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorAaron <51387595+AzureAaron@users.noreply.github.com>2024-07-08 22:33:56 -0400
committerAaron <51387595+AzureAaron@users.noreply.github.com>2024-07-10 03:02:16 -0400
commit42703f02c9736a1565a0aa00007b04db9bc0baa7 (patch)
tree290f213b8feaa4f0fe7230c79118662b8e127c93 /src/main/resources
parent94abbb2b9d23238cd629d065aaf68fadf7fd7796 (diff)
downloadSkyblocker-42703f02c9736a1565a0aa00007b04db9bc0baa7.tar.gz
Skyblocker-42703f02c9736a1565a0aa00007b04db9bc0baa7.tar.bz2
Skyblocker-42703f02c9736a1565a0aa00007b04db9bc0baa7.zip
Bing bong locraw gone!
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/assets/skyblocker/lang/en_us.json2
-rw-r--r--src/main/resources/fabric.mod.json1
2 files changed, 3 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 bf154048..ce7b7d46 100644
--- a/src/main/resources/assets/skyblocker/lang/en_us.json
+++ b/src/main/resources/assets/skyblocker/lang/en_us.json
@@ -654,6 +654,8 @@
"skyblocker.config.uiAndVisuals.waypoints.waypointType.@Tooltip": "Waypoint: Displays a highlight and a beacon beam.\n\nOutlined Waypoint: Displays both a waypoint and an outline.\n\nHighlight: Only displays a highlight.\n\nOutlined Highlight: Displays both a highlight and an outline.\n\nOutline: Only displays an outline.",
"skyblocker.config.uiAndVisuals.waypoints.waypointType.generalNote": "\n\n\nThis option does not apply to all waypoints. Some waypoints such as secret waypoints have their own waypoint type option.",
+ "skyblocker.utils.locationUpdateError": "Failed to update your location! Some features of the mod may not work properly :(",
+
"skyblocker.itemTooltip.noData": "\u00a7cNo Data",
"skyblocker.itemTooltip.nullMessage": "\u00a7cItem price information on tooltip will renew in max 60 seconds. If not, check latest.log",
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index e46085de..93e2bd6a 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -36,6 +36,7 @@
"fabricloader": ">=0.15.11",
"fabric-api": ">=0.100.1+1.21",
"yet_another_config_lib_v3": ">=3.5.0+1.21",
+ "hm-api": ">=1.0.0-alpha.10+1.21",
"minecraft": "~1.21",
"java": ">=21"
},