From 484f2d98c8819e9b0fc26f87405d119f20768caa Mon Sep 17 00:00:00 2001 From: msg-programs Date: Sun, 6 Aug 2023 19:49:20 +0200 Subject: Add resource pack description and icon. Latter looks a bit off thanks to whatever Minecraft uses to scale the icon... --- src/main/resources/resourcepacks/default_top/pack.mcmeta | 2 +- src/main/resources/resourcepacks/default_top/pack.png | Bin 0 -> 845 bytes 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 src/main/resources/resourcepacks/default_top/pack.png diff --git a/src/main/resources/resourcepacks/default_top/pack.mcmeta b/src/main/resources/resourcepacks/default_top/pack.mcmeta index bfbd1df3..51ce98bf 100644 --- a/src/main/resources/resourcepacks/default_top/pack.mcmeta +++ b/src/main/resources/resourcepacks/default_top/pack.mcmeta @@ -1,6 +1,6 @@ { "pack": { "pack_format": 15, - "description": "Tutorial Resource Pack" + "description": "Alternative layout for Skyblocker's fancy Tab-HUD " } } \ No newline at end of file diff --git a/src/main/resources/resourcepacks/default_top/pack.png b/src/main/resources/resourcepacks/default_top/pack.png new file mode 100644 index 00000000..1cae0b75 Binary files /dev/null and b/src/main/resources/resourcepacks/default_top/pack.png differ -- cgit