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

@ -327,8 +327,8 @@ mobs:alias_mob("mobs:horse3", "mobs_mc:horse3")
-- spawn eggs
-- KPV wild horse spawn eggs
mobs:register_egg("mobs_mc:horse", "Spawn Brown Horse", "spawn_egg_horse.png", 0)
mobs:register_egg("mobs_mc:horse2", "Spawn White Horse", "spawn_egg_horse.png", 0)
mobs:register_egg("mobs_mc:horse3", "Spawn Arabic Horse", "spawn_egg_horse.png", 0)
mobs:register_egg("mobs_mc:horse2", "Spawn White Horse", "spawn_egg_horse_white.png", 0)
mobs:register_egg("mobs_mc:horse3", "Spawn Arabic Horse", "spawn_egg_horse_arabic.png", 0)
if minetest.setting_get("log_mods") then
minetest.log("action", "MC Horse loaded")

View File

@ -66,7 +66,7 @@ mobs:alias_mob("mobs:spider", "mobs_mc:spider")
mobs:alias_mob("esmobs:spider", "mobs_mc:spider")
-- spawn eggs
mobs:register_egg("mobs_mc:spider", "Spawn Spider", "mcl_core_web.png", 1)
mobs:register_egg("mobs_mc:spider", "Spawn Spider", "spawn_egg_spider.png", 0)
if minetest.setting_get("log_mods") then

Binary file not shown.

After

Width:  |  Height:  |  Size: 621 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 636 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 637 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 667 B

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