mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-20 22:33:16 -04:00
Bug. Bug. Bugbugbug!
This commit is contained in:
parent
97e1cf2fbf
commit
f85fec335b
1 changed files with 3 additions and 3 deletions
|
@ -15,8 +15,8 @@ local ZMIN = -33000
|
||||||
local ZMAX = 33000
|
local ZMAX = 33000
|
||||||
|
|
||||||
local YMIN = -33000 -- -- Approx lower limit
|
local YMIN = -33000 -- -- Approx lower limit
|
||||||
local GRADCEN = 1 -- -- Gradient centre / terrain centre average level
|
local GRADCEN = 15 -- -- Gradient centre / terrain centre average level
|
||||||
local YMAX = 150 -- -- Approx upper limit
|
local YMAX = 0 -- -- Approx upper limit
|
||||||
|
|
||||||
local FOOT = true -- -- Footprints in dust
|
local FOOT = true -- -- Footprints in dust
|
||||||
local CENAMP = 64 -- -- Grad centre amplitude, terrain centre is varied by this
|
local CENAMP = 64 -- -- Grad centre amplitude, terrain centre is varied by this
|
||||||
|
@ -309,4 +309,4 @@ minetest.register_on_generated(function(minp, maxp, seed)
|
||||||
vm:write_to_map(data)
|
vm:write_to_map(data)
|
||||||
local chugent = math.ceil((os.clock() - t1) * 1000)
|
local chugent = math.ceil((os.clock() - t1) * 1000)
|
||||||
print ("[moonrealm] "..chugent.." ms")
|
print ("[moonrealm] "..chugent.." ms")
|
||||||
end)
|
end)
|
||||||
|
|
Loading…
Add table
Reference in a new issue