mirror of
https://github.com/minetest-mods/unifiedbricks.git
synced 2024-11-13 05:50:24 +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({
|
||||
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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user