mirror of
https://github.com/minetest-mods/mesecons.git
synced 2024-12-25 23:17:28 +01:00
Made Torches faster
This commit is contained in:
parent
e880d814dd
commit
f4fa9dec32
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user