quarry tuning

This commit is contained in:
Thomas Rudin 2020-01-05 16:53:04 +01:00
parent e7ebdbd090
commit 0544543fd4

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 > 30000 then
if us_used > 10000 then
-- abort if this quarry takes too much time
break
end