Overscan to remove anomolous stone.
Breaking the functions into different files may cause problems.
This commit is contained in:
parent
6296eafcd9
commit
fd2b4d8389
5 changed files with 678 additions and 620 deletions
2
mobs.lua
2
mobs.lua
|
@ -290,7 +290,7 @@ if minetest.registered_entities["mobs_sharks:shark_lg"] then
|
|||
mobs.spawning_mobs["fun_caves:shark_giant"] = true
|
||||
|
||||
mobs:spawn_specific("fun_caves:shark_giant", l_spawn_in, l_spawn_near, -1, 20, 30, 60000, 1, -31000, -29620)
|
||||
mobs:register_egg("fun_caves:shark_md", "Shark (giant)", l_egg_texture, 0)
|
||||
mobs:register_egg("fun_caves:shark_md", "Shark (giant)", "mob_shark_shark_item.png", 0)
|
||||
end
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue