mirror of
https://github.com/minetest-mods/BobBlocks.git
synced 2025-01-08 09:00:32 +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({
|
||||
name = "bobblocks:convert",
|
||||
label = "Convert bobblocks nodes to use param2 color",
|
||||
run_at_every_load = true,
|
||||
run_at_every_load = false,
|
||||
nodenames = bobblocks.old_static_nodes,
|
||||
action = function(pos, node)
|
||||
local basename = node.name
|
||||
|
Loading…
Reference in New Issue
Block a user