mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-06-28 12:56:01 +02:00
don't run LBM at every load
This commit is contained in:
@ -97,7 +97,7 @@ end
|
||||
minetest.register_lbm({
|
||||
name = "lavalamp:convert",
|
||||
label = "Convert lava lamps to use param2 color",
|
||||
run_at_every_load = true,
|
||||
run_at_every_load = false,
|
||||
nodenames = lavalamp.old_static_nodes,
|
||||
action = function(pos, node)
|
||||
local name = node.name
|
||||
|
Reference in New Issue
Block a user