1
0
mirror of git://repo.or.cz/rocks.git synced 2025-01-01 14:00:30 +01:00

Disabled some debug.

This commit is contained in:
Tomáš Brada 2015-02-08 17:14:01 +01:00
parent 7d5e996bef
commit 153d6113ce
2 changed files with 4 additions and 4 deletions

View File

@ -20,9 +20,9 @@ rocks.noiseparams_layers = {
}
dofile(modpath.."/mapgen.lua")
dofile(modpath.."/testing.lua")
--dofile(modpath.."/geologica.lua")
--dofile(modpath.."/geologica_nv.lua")
--dofile(modpath.."/testing.lua")
dofile(modpath.."/geologica.lua")
dofile(modpath.."/geologica_nv.lua")
print("[rocks] sorting layers")

View File

@ -30,7 +30,7 @@ minetest.register_on_generated(function(minp, maxp, seed)
table.insert(avl,d) -- pridame ju
if (d.height-d.gain)>maxp.y then break end -- ak je mimo zhora tak uz dalsie nehladaj
else
print(" no higher "..d.height.." than "..minp.y)
--print(" no higher "..d.height.." than "..minp.y)
end
end