From cbcc11941b3bed94fa2e0ef326689f68ed253a67 Mon Sep 17 00:00:00 2001 From: Kurt Thiemann Date: Wed, 30 Oct 2024 20:21:50 +0100 Subject: [PATCH] add correct creaking spawn egg colors --- src/Tinter/TinterManager.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Tinter/TinterManager.php b/src/Tinter/TinterManager.php index 4997e3c..56a4c1d 100644 --- a/src/Tinter/TinterManager.php +++ b/src/Tinter/TinterManager.php @@ -64,6 +64,7 @@ public function getTinter(ResourceLocator $modelLocator): ?Tinterface "item/chicken_spawn_egg" => new FixedColorTinter("#9f9f9f", "#fc0000"), "item/cod_spawn_egg" => new FixedColorTinter("#bfa569", "#e2c289"), "item/cow_spawn_egg" => new FixedColorTinter("#433526", "#9f9f9f"), + "item/creaking_spawn_egg" => new FixedColorTinter("#5f5f5f", "#fc7812"), "item/creeper_spawn_egg" => new FixedColorTinter("#0da50b", "#000000"), "item/dolphin_spawn_egg" => new FixedColorTinter("#223a4c", "#f6f6f6"), "item/donkey_spawn_egg" => new FixedColorTinter("#524438", "#847465"),