aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/resourcepacks
diff options
context:
space:
mode:
authormsg-programs <msgdoesstuff@gmail.com>2023-08-06 15:20:53 +0200
committermsg-programs <msgdoesstuff@gmail.com>2023-08-06 15:20:53 +0200
commitf8c6e9454cc1354714bf46f7763ff7faf7669ddf (patch)
treeaa4e20705a3e9ce8b0edac4aacacab9f757647f8 /src/main/resources/resourcepacks
parenta3e6f2854e8c254be303ace9a01f4c195adf3e16 (diff)
downloadSkyblocker-f8c6e9454cc1354714bf46f7763ff7faf7669ddf.tar.gz
Skyblocker-f8c6e9454cc1354714bf46f7763ff7faf7669ddf.tar.bz2
Skyblocker-f8c6e9454cc1354714bf46f7763ff7faf7669ddf.zip
Add error handling, rename EmptyWidget to ErrorWidget and allow custom string.
Diffstat (limited to 'src/main/resources/resourcepacks')
-rw-r--r--src/main/resources/resourcepacks/default_top/assets/skyblocker/tabhud/screen_a/unknown.json2
-rw-r--r--src/main/resources/resourcepacks/default_top/assets/skyblocker/tabhud/screen_b/unknown.json2
-rw-r--r--src/main/resources/resourcepacks/default_top/assets/skyblocker/tabhud/standard/unknown.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/main/resources/resourcepacks/default_top/assets/skyblocker/tabhud/screen_a/unknown.json b/src/main/resources/resourcepacks/default_top/assets/skyblocker/tabhud/screen_a/unknown.json
index 1b204adf..280a46a8 100644
--- a/src/main/resources/resourcepacks/default_top/assets/skyblocker/tabhud/screen_a/unknown.json
+++ b/src/main/resources/resourcepacks/default_top/assets/skyblocker/tabhud/screen_a/unknown.json
@@ -1,7 +1,7 @@
{
"widgets": [
{
- "name": "EmptyWidget",
+ "name": "ErrorWidget",
"alias": "ew"
}
],
diff --git a/src/main/resources/resourcepacks/default_top/assets/skyblocker/tabhud/screen_b/unknown.json b/src/main/resources/resourcepacks/default_top/assets/skyblocker/tabhud/screen_b/unknown.json
index 1b204adf..280a46a8 100644
--- a/src/main/resources/resourcepacks/default_top/assets/skyblocker/tabhud/screen_b/unknown.json
+++ b/src/main/resources/resourcepacks/default_top/assets/skyblocker/tabhud/screen_b/unknown.json
@@ -1,7 +1,7 @@
{
"widgets": [
{
- "name": "EmptyWidget",
+ "name": "ErrorWidget",
"alias": "ew"
}
],
diff --git a/src/main/resources/resourcepacks/default_top/assets/skyblocker/tabhud/standard/unknown.json b/src/main/resources/resourcepacks/default_top/assets/skyblocker/tabhud/standard/unknown.json
index 1b204adf..280a46a8 100644
--- a/src/main/resources/resourcepacks/default_top/assets/skyblocker/tabhud/standard/unknown.json
+++ b/src/main/resources/resourcepacks/default_top/assets/skyblocker/tabhud/standard/unknown.json
@@ -1,7 +1,7 @@
{
"widgets": [
{
- "name": "EmptyWidget",
+ "name": "ErrorWidget",
"alias": "ew"
}
],