mirror of
git://repo.or.cz/rocks.git
synced 2025-07-06 18:30:40 +02:00
Disable debug lighting in ign.
This commit is contained in:
@ -147,7 +147,7 @@ minetest.register_on_generated( function( minp, maxp, seed )
|
|||||||
end end
|
end end
|
||||||
|
|
||||||
vm:set_data(data)
|
vm:set_data(data)
|
||||||
vm:set_lighting({day=15,night=2})
|
--DEBUG: vm:set_lighting({day=15,night=2})
|
||||||
minetest.generate_ores(vm)
|
minetest.generate_ores(vm)
|
||||||
vm:write_to_map(data)
|
vm:write_to_map(data)
|
||||||
minetest.log("action", "rocks/layer/ "..math.ceil((os.clock() - t1) * 1000).." ms ")
|
minetest.log("action", "rocks/layer/ "..math.ceil((os.clock() - t1) * 1000).." ms ")
|
||||||
|
Reference in New Issue
Block a user