1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-12-07 19:15: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

@@ -168,7 +168,7 @@ table.insert(homedecor.old_static_chairs, "homedecor:chair")
minetest.register_lbm({
name = "homedecor:convert_chairs",
label = "Convert homedecor chairs to use param2 color",
run_at_every_load = true,
run_at_every_load = false,
nodenames = homedecor.old_static_chairs,
action = function(pos, node)
local name = node.name