Loading mobs_zombie/init.lua +7 −7 Original line number Diff line number Diff line Loading @@ -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", Loading Loading @@ -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", { Loading Loading
mobs_zombie/init.lua +7 −7 Original line number Diff line number Diff line Loading @@ -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", Loading Loading @@ -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", { Loading