1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-30 00:10:33 +02:00

Tweak the sharks spawn deep

This commit is contained in:
Ombridride 2015-10-07 19:26:22 +02:00
parent b1471827e1
commit 1e9595771b

View File

@ -65,7 +65,7 @@ mobs:register_mob("mobs:shark_lg", {
end end
}) })
--name, nodes, neighbours, minlight, maxlight, interval, chance, active_object_count, min_height, max_height --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) mobs:register_egg("mobs:shark_lg", "Shark (large)", l_egg_texture, 0)
-- medium -- medium