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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user