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 --- stained_glass/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stained_glass') diff --git a/stained_glass/init.lua b/stained_glass/init.lua index 32ee83b..f68876b 100644 --- a/stained_glass/init.lua +++ b/stained_glass/init.lua @@ -451,7 +451,7 @@ end minetest.register_lbm({ name = "stained_glass:convert_brickblocks", label = "Convert static glass blocks to use param2 color", - run_at_every_load = true, + run_at_every_load = false, nodenames = stainedglass.old_static_nodes, action = function(pos, node) local name = node.name -- cgit v1.2.3