Commit 0355ee92 authored by Milan's avatar Milan
Browse files

stronger spawn height limits

parent d58413c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ if mobs.mod and mobs.mod == "redo" then
	mobs:spawn_specific("mobs_pumpking:pumpking",
		{"default:dirt_with_grass", "default:dirt"},
		{"air"},
		-1, 6, 30, 70000, 1, l_spawn_elevation_min, 31000
		-1, 6, 30, 70000, 1, l_spawn_elevation_min, 80
	)
	mobs:register_egg("mobs_pumpking:pumpking", "Pumpkin King", "pumpking.png", 1)
	mobs:register_egg("mobs_pumpking:pumpboom", "Pumpboom", "pumpking.png", 1)
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ if mobs.mod and mobs.mod == "redo" then
	mobs:spawn_specific("mobs_sandworm:sandworm",
		{"default:sand", "default:desert_sand"},
		{"air"},
		-1, 18, 30, 500000, 1, -31000, 31000
		-1, 18, 30, 500000, 1, -20, 40
	)
	mobs:register_egg("mobs_sandworm:sandworm", "Sand Worm", "worm_flesh.png", 1)

+6 KiB

File added.

No diff preview for this file type.

+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ if mobs.mod and mobs.mod == "redo" then
	mobs:spawn_specific("mobs_yeti:yeti",
		{"default:dirt_with_snow", "default:snow", "default:snowblock", "default:ice"},
		{"air"},
		-1, 10, 30, 20000, 1, l_spawn_elevation_min, 31000
		-1, 10, 30, 20000, 1, l_spawn_elevation_min, 4200
	)
	mobs:register_egg("mobs_yeti:yeti", "Yeti", "default_snow.png", 1)

+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ if mobs.mod and mobs.mod == "redo" then
	mobs:spawn_specific("mobs_zombie:zombie",
		{"default:stone", "default:dirt_with_grass"},
		{"air"},
		-1, 7, 30, 10000, 2, -31000, 31000
		-1, 7, 30, 10000, 2, -31000, 120
	)
--	mobs:spawn_specific("mobs_zombie:zombie_mini",
--		{"default:stone", "default:dirt_with_grass"},