diff options
author | msg-programs <msgdoesstuff@gmail.com> | 2023-08-06 15:20:53 +0200 |
---|---|---|
committer | msg-programs <msgdoesstuff@gmail.com> | 2023-08-06 15:20:53 +0200 |
commit | f8c6e9454cc1354714bf46f7763ff7faf7669ddf (patch) | |
tree | aa4e20705a3e9ce8b0edac4aacacab9f757647f8 /src/main/resources/resourcepacks | |
parent | a3e6f2854e8c254be303ace9a01f4c195adf3e16 (diff) | |
download | Skyblocker-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')
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" } ], |