summaryrefslogtreecommitdiff
path: root/jeija/torches.lua
diff options
context:
space:
mode:
Diffstat (limited to 'jeija/torches.lua')
-rw-r--r--jeija/torches.lua2
1 files changed, 1 insertions, 1 deletions
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}