mirror of
https://github.com/minetest-mods/BobBlocks.git
synced 2025-01-09 17:40:35 +01:00
don't run the LBM at every load
This commit is contained in:
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
|
||||||
|
Loading…
Reference in New Issue
Block a user