Update 'mods/mobs/api.lua'

This commit is contained in:
thunderdog1138 2020-12-02 00:19:54 +00:00
parent 882208b357
commit 6ee171461c
1 changed files with 2 additions and 2 deletions

View File

@ -4200,8 +4200,8 @@ function mobs:register_egg(mob, desc, background, addegg, no_creative)
local invimg = background
if addegg == 1 then
invimg = "mobs_chicken_egg.png^(" .. invimg ..
"^[mask:mobs_chicken_egg_overlay.png)"
invimg = "porg_egg.png^(" .. invimg ..
"^[mask:porg_egg_overlay.png)"
end
-- register new spawn egg containing mob information