Update forgotten blaze egg texture definition

Sorry, forgot to do this in the main commit, I was wondering why it was throwing errors
This commit is contained in:
PrairieWind 2022-10-03 12:01:04 -06:00
parent d8e2255d76
commit 361edc5728
1 changed files with 1 additions and 1 deletions

View File

@ -202,4 +202,4 @@ mcl_mobs:register_arrow("mobs_mc:blaze_fireball", {
})
-- spawn eggs
mcl_mobs:register_egg("mobs_mc:blaze", S("Blaze"), "(spawn_egg.png^[multiply:#f6b201)^(spawn_egg_overlay.png^[multiply:#fff87e)", 0)
mcl_mobs:register_egg("mobs_mc:blaze", S("Blaze"), "#f6b201", "#fff87e", 0)