1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-12-04 10:55:29 +01:00

don't run LBM at every load

This commit is contained in:
Vanessa Ezekowitz
2017-02-16 16:58:48 -05:00
parent 634b89c4c6
commit e9477dd45d
11 changed files with 12 additions and 12 deletions

View File

@@ -230,7 +230,7 @@ end
minetest.register_lbm({
name = "homedecor:convert_curtains",
label = "Convert static curtain nodes to use param2 color",
run_at_every_load = true,
run_at_every_load = false,
nodenames = homedecor.old_static_curtain_nodes,
action = function(pos, node)
local name = node.name