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

Minimum generation height decreased to y=-19600 for nyan cats

- Solves #220
This commit is contained in:
LeMagnesium 2015-08-15 22:49:11 +02:00
parent d32753ab3d
commit 5552f0a5bf

View File

@ -1414,7 +1414,7 @@ function default.make_nyancat(pos, facedir, length)
end
function default.generate_nyancats(minp, maxp, seed)
local height_min = -30000
local height_min = -19600
local height_max = 30000
if maxp.y < height_min or minp.y > height_max then
return