diff options
Diffstat (limited to 'coloredwood')
-rw-r--r-- | coloredwood/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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) |