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
|
||||
|
|
|
@ -55,6 +55,6 @@ mobs:register_mob("fun_caves:tarantula", {
|
|||
end,
|
||||
})
|
||||
|
||||
mobs:register_spawn("fun_caves:tarantula", {"default:desert_sand", "default:dirt_with_dry_grass"}, 99, 0, 2000, 2, 31000)
|
||||
mobs:register_spawn("fun_caves:tarantula", {"default:desert_sand", "default:dirt_with_dry_grass"}, 99, 0, 3000, 2, 31000)
|
||||
|
||||
--mobs:register_egg("fun_caves:spider", "Deep Spider", "mobs_cobweb.png", 1)
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 5.5 KiB |
Loading…
Add table
Add a link
Reference in a new issue