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

@ -130,7 +130,7 @@ print(item:get_name(), minetest.get_item_group(item:get_name(), "dye"))
mobs:alias_mob("mobs:sheep", "mobs_mc:sheep")
-- spawn eggs
mobs:register_egg("mobs_mc:sheep", "Sheep", "spawn_egg_sheep.png")
mobs:register_egg("mobs_mc:sheep", "Spawn Sheep", "spawn_egg_sheep.png")
if minetest.setting_get("log_mods") then