From 361edc5728cfc644235133599352dddbea0945e7 Mon Sep 17 00:00:00 2001 From: PrairieWind Date: Mon, 3 Oct 2022 12:01:04 -0600 Subject: [PATCH] Update forgotten blaze egg texture definition Sorry, forgot to do this in the main commit, I was wondering why it was throwing errors --- mods/ENTITIES/mobs_mc/blaze.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ENTITIES/mobs_mc/blaze.lua b/mods/ENTITIES/mobs_mc/blaze.lua index 232c2bb02..4a2156cc1 100644 --- a/mods/ENTITIES/mobs_mc/blaze.lua +++ b/mods/ENTITIES/mobs_mc/blaze.lua @@ -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)