Made Torches faster

This commit is contained in:
sfan5 2012-02-05 10:28:32 +01:00
parent e880d814dd
commit f4fa9dec32
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ end)]]
minetest.register_abm({ minetest.register_abm({
nodenames = {"jeija:mesecon_torch_off","jeija:mesecon_torch_on"}, nodenames = {"jeija:mesecon_torch_off","jeija:mesecon_torch_on"},
interval = 0.2, interval = 0.1,
chance = 1, chance = 1,
action = function(pos, node, active_object_count, active_object_count_wider) action = function(pos, node, active_object_count, active_object_count_wider)
local pa = {x=0, y=0, z=0} local pa = {x=0, y=0, z=0}