Skip to content

Commit

Permalink
fix armardillo spawn egg tint
Browse files Browse the repository at this point in the history
  • Loading branch information
KurtThiemann committed Dec 19, 2023
1 parent 9b6f996 commit 42f48f4
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 @@ -52,6 +52,7 @@ public function getTinter(ResourceLocator $modelLocator): ?Tinterface
"item/potion", "item/splash_potion", "item/lingering_potion" => new FixedColorTinter("#375cc4"),

"item/allay_spawn_egg" => new FixedColorTinter("#00d7fc", "#00abfc"),
"item/armadillo_spawn_egg" => new FixedColorTinter("#a67775", "#734b4f"),
"item/axolotl_spawn_egg" => new FixedColorTinter("#f8bfe0", "#a42c73"),
"item/bat_spawn_egg" => new FixedColorTinter("#4b3d2f", "#0f0f0f"),
"item/bee_spawn_egg" => new FixedColorTinter("#eac142", "#42241b"),
Expand Down

0 comments on commit 42f48f4

Please sign in to comment.