Skip to content

Commit

Permalink
add correct creaking spawn egg colors
Browse files Browse the repository at this point in the history
  • Loading branch information
KurtThiemann committed Oct 30, 2024
1 parent 827beeb commit cbcc119
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 @@ -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"),
Expand Down

0 comments on commit cbcc119

Please sign in to comment.