Tweak some spawn egg textures

Also remove tamed wolf spawn egg
This commit is contained in:
Wuzzy 2017-02-23 21:53:44 +01:00
parent 1e0ea206be
commit 5c401e9791
7 changed files with 4 additions and 5 deletions

View file

@ -179,8 +179,7 @@ mobs:alias_mob("esmobs:wolf", "mobs_mc:wolf")
mobs:alias_mob("esmobs:dog", "mobs_mc:dog")
-- spawn eggs
mobs:register_egg("mobs_mc:wolf", "Spawn Wolf", "wool_grey.png", 1)
mobs:register_egg("mobs_mc:dog", "Spawn Tamed Wolf", "wool_brown.png", 1)
mobs:register_egg("mobs_mc:wolf", "Spawn Wolf", "spawn_egg_wolf.png", 0)
if minetest.setting_get("log_mods") then