From 784ba2e68ca534b4355ecc26509e53c214f13977 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Thu, 16 Feb 2017 17:05:50 -0500 Subject: update several mods and add a few updated: blox, bobblocks, castle, homedecor, coloredwood, ilights, stainedglass, unifiedbricks added: cheapie's rgblightstone, digistuff, unifiedmesecons, and solidcolor --- ilights/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ilights/init.lua') diff --git a/ilights/init.lua b/ilights/init.lua index b94f916..bc58629 100644 --- a/ilights/init.lua +++ b/ilights/init.lua @@ -109,7 +109,7 @@ end minetest.register_lbm({ name = "ilights:convert", label = "Convert ilights static nodes to use param2 color", - run_at_every_load = true, + run_at_every_load = false, nodenames = ilights.old_static_nodes, action = function(pos, node) local name = node.name -- cgit v1.2.3