i really should have a setting for this

This commit is contained in:
Thomas Rudin 2019-08-03 07:23:08 +02:00
parent 06c6df0e21
commit 68755c0cf7

View File

@ -184,7 +184,7 @@ local function quarry_run(pos, node)
while nd < diameter*diameter * (quarry_dig_above_nodes+1+quarry_max_depth) do
local us_used = minetest.get_us_time() - t0
if us_used > 50000 then
if us_used > 30000 then
-- abort if this quarry takes too much time
break
end