From f8c6e9454cc1354714bf46f7763ff7faf7669ddf Mon Sep 17 00:00:00 2001 From: msg-programs Date: Sun, 6 Aug 2023 15:20:53 +0200 Subject: Add error handling, rename EmptyWidget to ErrorWidget and allow custom string. --- .../default_top/assets/skyblocker/tabhud/screen_a/unknown.json | 2 +- .../default_top/assets/skyblocker/tabhud/screen_b/unknown.json | 2 +- .../default_top/assets/skyblocker/tabhud/standard/unknown.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/main/resources/resourcepacks') 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" } ], -- cgit