update senderman spawnrules

master
Milan 2019-01-18 11:52:25 +01:00
parent 0355ee9246
commit 08cb034aa8
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"}, "loud_walking:scrith", 0, 30, 1, 6000, 2, 30000, 31000)
mobs:spawn_specific("mobs_senderman:senderman", {"group:soil"}, "air", 0, 30, 1, 6000, 1, 29992, 29998)
mobs:register_egg("mobs_senderman:senderman", "Spawn Senderman", "senderman_egg.png", 0)
end