mirror of
git://repo.or.cz/rocks.git
synced 2025-01-04 07:10:28 +01:00
Disabled some debug.
This commit is contained in:
parent
7d5e996bef
commit
153d6113ce
6
init.lua
6
init.lua
@ -20,9 +20,9 @@ rocks.noiseparams_layers = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dofile(modpath.."/mapgen.lua")
|
dofile(modpath.."/mapgen.lua")
|
||||||
dofile(modpath.."/testing.lua")
|
--dofile(modpath.."/testing.lua")
|
||||||
--dofile(modpath.."/geologica.lua")
|
dofile(modpath.."/geologica.lua")
|
||||||
--dofile(modpath.."/geologica_nv.lua")
|
dofile(modpath.."/geologica_nv.lua")
|
||||||
|
|
||||||
print("[rocks] sorting layers")
|
print("[rocks] sorting layers")
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ minetest.register_on_generated(function(minp, maxp, seed)
|
|||||||
table.insert(avl,d) -- pridame ju
|
table.insert(avl,d) -- pridame ju
|
||||||
if (d.height-d.gain)>maxp.y then break end -- ak je mimo zhora tak uz dalsie nehladaj
|
if (d.height-d.gain)>maxp.y then break end -- ak je mimo zhora tak uz dalsie nehladaj
|
||||||
else
|
else
|
||||||
print(" no higher "..d.height.." than "..minp.y)
|
--print(" no higher "..d.height.." than "..minp.y)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user