Adjust dirt monster altitude.
This commit is contained in:
parent
22b96c7ff9
commit
75fdb61c25
3 changed files with 3 additions and 2 deletions
3
mobs.lua
3
mobs.lua
|
@ -72,7 +72,8 @@ dofile(fun_caves.path .. "/tar_monster.lua")
|
|||
|
||||
if minetest.registered_entities["mobs_monster:dirt_monster"] then
|
||||
-- check this
|
||||
mobs:register_spawn("mobs_monster:dirt_monster", {"default:dirt", "default:dirt_with_dry_grass"}, 7, 0, 4000, 1, -50, false)
|
||||
mobs:register_spawn("mobs_monster:dirt_monster", {"default:dirt"}, 7, 0, 4000, 1, -50)
|
||||
mobs:register_spawn("mobs_monster:dirt_monster", {"default:dirt_with_dry_grass"}, 7, 0, 7000, 1, 31000, false)
|
||||
end
|
||||
|
||||
if minetest.registered_entities["mobs_slimes:green_big"] then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue