stronger spawn height limits

master
Milan 2019-01-17 21:15:57 +01:00
parent d58413c3ae
commit 0355ee9246
5 changed files with 4 additions and 4 deletions

View File

@ -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)

View File

@ -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)

BIN
mobs_senderman/.DS_Store vendored Normal file

Binary file not shown.

View File

@ -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)

View File

@ -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"},