1
0
зеркало из https://github.com/sys4-fr/server-nalc.git synced 2025-10-16 07:35:24 +02:00

fixed generated default:nyancat generate in nether

Этот коммит содержится в:
2015-07-15 16:51:53 +02:00
родитель 7295b08c31
Коммит c71b1a0ac3

Просмотреть файл

@@ -1011,6 +1011,7 @@ end
function default.generate_nyancats(minp, maxp, seed)
if minp.y < -19600 then return end -- no generate in nether
local height_min = -30000
local height_max = 30000
if maxp.y < height_min or minp.y > height_max then