update several mods and add a few

updated: blox, bobblocks, castle, homedecor, coloredwood, ilights, stainedglass, unifiedbricks
added:  cheapie's rgblightstone, digistuff, unifiedmesecons, and solidcolor
This commit is contained in:
Vanessa Ezekowitz
2017-02-16 17:05:50 -05:00
parent c66f03b6fe
commit 784ba2e68c
75 changed files with 1762 additions and 91 deletions

View File

@@ -430,7 +430,7 @@ end
minetest.register_lbm({
name = "blox:convert",
label = "Convert blox blocks to use param2 color",
run_at_every_load = true,
run_at_every_load = false,
nodenames = blox.old_static_list,
action = function(pos, node)
local basename = string.sub(node.name, 6)