Skip to content

Commit

Permalink
add colors for bogged spawn egg
Browse files Browse the repository at this point in the history
  • Loading branch information
KurtThiemann committed Mar 15, 2024
1 parent 24947fd commit 8a11b69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Tinter/TinterManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 8a11b69

Please sign in to comment.