zombie_mini: don't check for setting, comment spawn away

master
Milan 2018-04-04 17:40:30 +02:00
parent a6740a8dfe
commit b8f6952b6e
1 changed files with 7 additions and 7 deletions

View File

@ -52,15 +52,15 @@ if mobs.mod and mobs.mod == "redo" then
{"air"},
-1, 7, 30, 10000, 2, -31000, 31000
)
mobs:spawn_specific("mobs_zombie:zombie_mini",
{"default:stone", "default:dirt_with_grass"},
{"air"},
-1, 7, 30, 10000, 2, -31000, 31000
)
-- mobs:spawn_specific("mobs_zombie:zombie_mini",
-- {"default:stone", "default:dirt_with_grass"},
-- {"air"},
-- -1, 7, 30, 10000, 2, -31000, 31000
-- )
mobs:register_egg("mobs_zombie:zombie", "Zombie", "zombie_head.png", 0)
-- mini zombie
if ENABLE_MINI_ZOMBIE then
-- if ENABLE_MINI_ZOMBIE then
mobs:register_mob("mobs_zombie:zombie_mini", {
type = "monster",
visual = "mesh",
@ -103,7 +103,7 @@ if mobs.mod and mobs.mod == "redo" then
{name = "mobs_zombie:rotten_flesh", chance = 1, min = 1, max = 1,}
}
})
end
-- end
-- rotten flesh
minetest.register_craftitem("mobs_zombie:rotten_flesh", {