mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-05 18:10:26 +01:00
Merge branch 'master' of github.com:MinetestForFun/server-minetestforfun
This commit is contained in:
commit
93aa21507c
|
@ -2,10 +2,10 @@
|
||||||
|
|
||||||
local COORD = false -- Print tower co-ordinates to terminal (cheat)
|
local COORD = false -- Print tower co-ordinates to terminal (cheat)
|
||||||
|
|
||||||
local XMIN = -640 -- Area for random spawn
|
local XMIN = 1000 -- Area for the meru mountain spawn
|
||||||
local XMAX = -640
|
local XMAX = 1000
|
||||||
local ZMIN = -450
|
local ZMIN = 14000
|
||||||
local ZMAX = -450
|
local ZMAX = 14000
|
||||||
|
|
||||||
local BASRAD = 64 -- Average radius at y = -32
|
local BASRAD = 64 -- Average radius at y = -32
|
||||||
local HEIGHT = 2048 -- Approximate height measured from y = -32
|
local HEIGHT = 2048 -- Approximate height measured from y = -32
|
||||||
|
|
Loading…
Reference in New Issue
Block a user