Skip to content

Commit

Permalink
add breeze spawn egg colors
Browse files Browse the repository at this point in the history
  • Loading branch information
KurtThiemann committed Nov 8, 2023
1 parent ed6f8d2 commit b627214
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 @@ -49,6 +49,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/breeze_spawn_egg" => new FixedColorTinter("#af94df", "#9166df"),
"item/cat_spawn_egg" => new FixedColorTinter("#ecc68c", "#937155"),
"item/cave_spider_spawn_egg" => new FixedColorTinter("#0c414d", "#a60e0e"),
"item/chicken_spawn_egg" => new FixedColorTinter("#9f9f9f", "#fc0000"),
Expand Down

0 comments on commit b627214

Please sign in to comment.