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

@ -174,7 +174,7 @@ mobs:register_spawn("mobs_mc:pig", {"default:dirt_with_grass"}, 20, 12, 5000, 1,
mobs:alias_mob("mobs:pig", "mobs_mc:pig")
-- spawn eggs
mobs:register_egg("mobs_mc:pig", "Pig", "spawn_egg_pig.png")
mobs:register_egg("mobs_mc:pig", "Spawn Pig", "spawn_egg_pig.png")
if minetest.setting_get("log_mods") then