From 4abf631de52859c4848ccc8a398176ee22886fcd Mon Sep 17 00:00:00 2001 From: Thomas Rudin Date: Wed, 22 Jan 2020 17:54:48 +0100 Subject: [PATCH] increase quarry cache --- technic/machines/HV/quarry.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/technic/machines/HV/quarry.lua b/technic/machines/HV/quarry.lua index 99cbe52..10bbf18 100644 --- a/technic/machines/HV/quarry.lua +++ b/technic/machines/HV/quarry.lua @@ -50,7 +50,7 @@ local cache_timer = 0 local can_dig_cache = {} -- hash -> bool minetest.register_globalstep(function(dtime) cache_timer = cache_timer + dtime - if cache_timer < 10 then return end + if cache_timer < 30 then return end cache_timer=0 -- clear cache