don't run LBM at every load

This commit is contained in:
Vanessa Ezekowitz 2017-02-16 17:02:09 -05:00
parent 94e7452787
commit 23ef76f9ce
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ end
minetest.register_lbm({
name = "unifiedbricks:convert_brickblocks",
label = "Convert clay blocks and single-color brick blocks to use param2 color",
run_at_every_load = true,
run_at_every_load = false,
nodenames = unifiedbricks.old_static_list,
action = function(pos, node)