mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-25 02:00:37 +01:00
Minimum generation height decreased to y=-19600 for nyan cats
- Solves #220
This commit is contained in:
parent
d32753ab3d
commit
5552f0a5bf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user