From f4fa9dec32d7debe1a8aa058f2b0a413193a43aa Mon Sep 17 00:00:00 2001 From: sfan5 Date: Sun, 5 Feb 2012 10:28:32 +0100 Subject: [PATCH] Made Torches faster --- jeija/torches.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jeija/torches.lua b/jeija/torches.lua index 3f92f1e..28e9985 100644 --- a/jeija/torches.lua +++ b/jeija/torches.lua @@ -46,7 +46,7 @@ end)]] minetest.register_abm({ nodenames = {"jeija:mesecon_torch_off","jeija:mesecon_torch_on"}, - interval = 0.2, + interval = 0.1, chance = 1, action = function(pos, node, active_object_count, active_object_count_wider) local pa = {x=0, y=0, z=0}