mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 06:11:47 +02:00
Minimum generation height decreased to y=-19600 for nyan cats
- Solves #220
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user