1
0
mirror of https://github.com/minetest-mods/BobBlocks.git synced 2025-05-03 17:30:18 +02:00

don't run the LBM at every load

This commit is contained in:
Vanessa Ezekowitz 2017-02-16 16:55:10 -05:00
parent 819effe640
commit fc72bff4c0

@ -239,7 +239,7 @@ end
minetest.register_lbm({ minetest.register_lbm({
name = "bobblocks:convert", name = "bobblocks:convert",
label = "Convert bobblocks nodes to use param2 color", label = "Convert bobblocks nodes to use param2 color",
run_at_every_load = true, run_at_every_load = false,
nodenames = bobblocks.old_static_nodes, nodenames = bobblocks.old_static_nodes,
action = function(pos, node) action = function(pos, node)
local basename = node.name local basename = node.name