mirror of
https://github.com/minetest-mods/stained_glass.git
synced 2025-01-09 15:20:23 +01:00
don't run LBM at every load
This commit is contained in:
parent
6e1d104ffe
commit
e78c0a8b15
2
init.lua
2
init.lua
@ -451,7 +451,7 @@ end
|
|||||||
minetest.register_lbm({
|
minetest.register_lbm({
|
||||||
name = "stained_glass:convert_brickblocks",
|
name = "stained_glass:convert_brickblocks",
|
||||||
label = "Convert static glass blocks to use param2 color",
|
label = "Convert static glass blocks to use param2 color",
|
||||||
run_at_every_load = true,
|
run_at_every_load = false,
|
||||||
nodenames = stainedglass.old_static_nodes,
|
nodenames = stainedglass.old_static_nodes,
|
||||||
action = function(pos, node)
|
action = function(pos, node)
|
||||||
local name = node.name
|
local name = node.name
|
||||||
|
Loading…
Reference in New Issue
Block a user