senderman finetuning

master
Milan 2019-01-16 17:25:47 +01:00
parent 268433900a
commit 4d20a7c14e
1 changed files with 3 additions and 2 deletions

View File

@ -27,9 +27,10 @@ if mobs.mod and mobs.mod == "redo" then
view_range = 30,
walk_velocity = 3,
run_velocity = 6,
fall_speed = -2,
stepheight = 1.1,
drops = {
{name = "default:diamond", chance = 1, min = 1, max = 1},
{name = "loud_walking:basalt", chance = 1, min = 1, max = 1},
{name = "ethereal:bone", chance = 2, min = 2, max = 6}
}
})
@ -48,7 +49,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, 2000, 2, 30000, 31000)
mobs:spawn_specific("mobs_senderman:senderman", {"group:soil"}, "loud_walking:scrith", 0, 30, 1, 6000, 2, 30000, 31000)
mobs:register_egg("mobs_senderman:senderman", "Spawn Senderman", "senderman_egg.png", 0)
end