From 1e9595771b6e4b8ccce622b616ae8e966a5b283e Mon Sep 17 00:00:00 2001 From: Ombridride Date: Wed, 7 Oct 2015 19:26:22 +0200 Subject: [PATCH] Tweak the sharks spawn deep --- mods/mobs/shark.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/mobs/shark.lua b/mods/mobs/shark.lua index 5ca277cb..f94122b4 100755 --- a/mods/mobs/shark.lua +++ b/mods/mobs/shark.lua @@ -65,7 +65,7 @@ mobs:register_mob("mobs:shark_lg", { end }) --name, nodes, neighbours, minlight, maxlight, interval, chance, active_object_count, min_height, max_height -mobs:spawn_specific("mobs:shark_lg", l_spawn_in, l_spawn_near, -1, 20, 30, l_spawn_chance, 1, -31000, -25) +mobs:spawn_specific("mobs:shark_lg", l_spawn_in, l_spawn_near, -1, 20, 30, l_spawn_chance, 1, -50, -1) mobs:register_egg("mobs:shark_lg", "Shark (large)", l_egg_texture, 0) -- medium