mirror of
https://github.com/minetest-mods/unifiedbricks.git
synced 2025-01-09 17:40:18 +01:00
don't run LBM at every load
This commit is contained in:
parent
94e7452787
commit
23ef76f9ce
2
init.lua
2
init.lua
@ -280,7 +280,7 @@ end
|
|||||||
minetest.register_lbm({
|
minetest.register_lbm({
|
||||||
name = "unifiedbricks:convert_brickblocks",
|
name = "unifiedbricks:convert_brickblocks",
|
||||||
label = "Convert clay blocks and single-color brick blocks to use param2 color",
|
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,
|
nodenames = unifiedbricks.old_static_list,
|
||||||
action = function(pos, node)
|
action = function(pos, node)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user