Commit 6013c6a6 authored by Milan's avatar Milan
Browse files
parents 6c1229f8 b8f6952b
Loading
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -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", {