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 --- coloredwood/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coloredwood') diff --git a/coloredwood/init.lua b/coloredwood/init.lua index 4f6be8d..05a513d 100644 --- a/coloredwood/init.lua +++ b/coloredwood/init.lua @@ -296,7 +296,7 @@ end minetest.register_lbm({ name = "coloredwood:convert", label = "Convert wood blocks, fences, stairsplus stuff, etc to use param2 color", - run_at_every_load = true, + run_at_every_load = false, nodenames = coloredwood.old_static_nodes, action = function(pos, node) local meta = minetest.get_meta(pos) -- cgit v1.2.3