Rename spawn eggs, add wither skeleton egg

This commit is contained in:
Wuzzy 2017-01-17 00:05:12 +01:00
parent d9fd5acdad
commit 34b8263c68
15 changed files with 23 additions and 22 deletions

View file

@ -90,7 +90,7 @@ mobs:register_spawn("mobs_mc:pigman", {"default:obsidian"}, 17, -1, 1900, 1, 310
mobs:alias_mob("mobs:pigman", "mobs_mc:pigman")
-- spawn eggs
mobs:register_egg("mobs_mc:pigman", "Zombie Pigman", "spawn_egg_zombie_pigman.png")
mobs:register_egg("mobs_mc:pigman", "Spawn Zombie Pigman", "spawn_egg_zombie_pigman.png")
if minetest.setting_get("log_mods") then