From 3b52b7b130c1a95410ecef97b173fb0ac0c8e5ad Mon Sep 17 00:00:00 2001 From: Benjamin <76600137+IllagerCaptain@users.noreply.github.com> Date: Thu, 12 Dec 2024 21:16:57 -0600 Subject: Update slayer icons (#970) * Update slayer icons * Update wolf.png --- .../skyblocker/textures/gui/profile_viewer/blaze.png | Bin 10784 -> 270 bytes .../textures/gui/profile_viewer/enderman.png | Bin 7829 -> 220 bytes .../skyblocker/textures/gui/profile_viewer/spider.png | Bin 9659 -> 285 bytes .../skyblocker/textures/gui/profile_viewer/wolf.png | Bin 8813 -> 263 bytes .../skyblocker/textures/gui/profile_viewer/zombie.png | Bin 9167 -> 295 bytes 5 files changed, 0 insertions(+), 0 deletions(-) (limited to 'src') diff --git a/src/main/resources/assets/skyblocker/textures/gui/profile_viewer/blaze.png b/src/main/resources/assets/skyblocker/textures/gui/profile_viewer/blaze.png index ed168ddf..8163e537 100644 Binary files a/src/main/resources/assets/skyblocker/textures/gui/profile_viewer/blaze.png and b/src/main/resources/assets/skyblocker/textures/gui/profile_viewer/blaze.png differ diff --git a/src/main/resources/assets/skyblocker/textures/gui/profile_viewer/enderman.png b/src/main/resources/assets/skyblocker/textures/gui/profile_viewer/enderman.png index 84650c7f..c435e80d 100644 Binary files a/src/main/resources/assets/skyblocker/textures/gui/profile_viewer/enderman.png and b/src/main/resources/assets/skyblocker/textures/gui/profile_viewer/enderman.png differ diff --git a/src/main/resources/assets/skyblocker/textures/gui/profile_viewer/spider.png b/src/main/resources/assets/skyblocker/textures/gui/profile_viewer/spider.png index a5daa3d6..eceb9431 100644 Binary files a/src/main/resources/assets/skyblocker/textures/gui/profile_viewer/spider.png and b/src/main/resources/assets/skyblocker/textures/gui/profile_viewer/spider.png differ diff --git a/src/main/resources/assets/skyblocker/textures/gui/profile_viewer/wolf.png b/src/main/resources/assets/skyblocker/textures/gui/profile_viewer/wolf.png index f7bec9a4..a35c4fb7 100644 Binary files a/src/main/resources/assets/skyblocker/textures/gui/profile_viewer/wolf.png and b/src/main/resources/assets/skyblocker/textures/gui/profile_viewer/wolf.png differ diff --git a/src/main/resources/assets/skyblocker/textures/gui/profile_viewer/zombie.png b/src/main/resources/assets/skyblocker/textures/gui/profile_viewer/zombie.png index 37ea069f..fbb6a089 100644 Binary files a/src/main/resources/assets/skyblocker/textures/gui/profile_viewer/zombie.png and b/src/main/resources/assets/skyblocker/textures/gui/profile_viewer/zombie.png differ -- cgit