mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
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:
parent
d8e2255d76
commit
361edc5728
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue