diff --git a/src/Tinter/TinterManager.php b/src/Tinter/TinterManager.php index 87d6cd4..4997e3c 100644 --- a/src/Tinter/TinterManager.php +++ b/src/Tinter/TinterManager.php @@ -57,6 +57,7 @@ public function getTinter(ResourceLocator $modelLocator): ?Tinterface "item/bat_spawn_egg" => new FixedColorTinter("#4b3d2f", "#0f0f0f"), "item/bee_spawn_egg" => new FixedColorTinter("#eac142", "#42241b"), "item/blaze_spawn_egg" => new FixedColorTinter("#f3b001", "#fcf57d"), + "item/bogged_spawn_egg" => new FixedColorTinter("#8a9c72", "#314d1b"), "item/breeze_spawn_egg" => new FixedColorTinter("#af94df", "#9166df"), "item/cat_spawn_egg" => new FixedColorTinter("#ecc68c", "#937155"), "item/cave_spider_spawn_egg" => new FixedColorTinter("#0c414d", "#a60e0e"),