further spawn tweaks

master
Milan 2019-01-24 08:53:34 +01:00
parent 6758ea113e
commit 67431cb36a
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ if mobs.mod and mobs.mod == "redo" then
-1, 3, 30, 70000, 1, l_spawn_elevation_min, 31000
)
]]
mobs:spawn_specific("mobs_senderman:senderman", {"group:soil"}, "air", 0, 30, 1, 6000, 1, 29992, 29998)
mobs:spawn_specific("mobs_senderman:senderman", {"group:soil"}, "air", 0, 30, 4, 5000, 1, 29992, 29994)
mobs:register_egg("mobs_senderman:senderman", "Spawn Senderman", "senderman_egg.png", 0)
end