diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2017-02-16 17:05:50 -0500 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2017-02-16 17:05:50 -0500 |
commit | 784ba2e68ca534b4355ecc26509e53c214f13977 (patch) | |
tree | 034367a2741bad3e2b6fa2727dd86b8ece387cc2 /castle | |
parent | c66f03b6fe2fc6c4d9d4c05be5e61fc1b27c1327 (diff) | |
download | dreambuilder_modpack-784ba2e68ca534b4355ecc26509e53c214f13977.tar dreambuilder_modpack-784ba2e68ca534b4355ecc26509e53c214f13977.tar.gz dreambuilder_modpack-784ba2e68ca534b4355ecc26509e53c214f13977.tar.bz2 dreambuilder_modpack-784ba2e68ca534b4355ecc26509e53c214f13977.tar.xz dreambuilder_modpack-784ba2e68ca534b4355ecc26509e53c214f13977.zip |
update several mods and add a few
updated: blox, bobblocks, castle, homedecor, coloredwood, ilights, stainedglass, unifiedbricks
added: cheapie's rgblightstone, digistuff, unifiedmesecons, and solidcolor
Diffstat (limited to 'castle')
-rw-r--r-- | castle/tapestry.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/castle/tapestry.lua b/castle/tapestry.lua index 4a90c93..59b94b4 100644 --- a/castle/tapestry.lua +++ b/castle/tapestry.lua @@ -147,7 +147,7 @@ end minetest.register_lbm({ name = "castle:convert_tapestries", label = "Convert tapestries to use param2 color", - run_at_every_load = true, + run_at_every_load = false, nodenames = castle.old_static_tapestries, action = function(pos, node) local oldname = node.name |