update blox, coloredwood, farming, homedecor, unified bricks, unified dyes, and Jordach's skin
This commit is contained in:
@@ -710,18 +710,4 @@ minetest.register_lbm({
|
||||
end
|
||||
})
|
||||
|
||||
minetest.register_lbm({
|
||||
name = "blox:recolor_stuff",
|
||||
label = "Convert 89-color blocks to use UD extended palette",
|
||||
run_at_every_load = false,
|
||||
nodenames = blox.old_89_color_nodes,
|
||||
action = function(pos, node)
|
||||
local meta = minetest.get_meta(pos)
|
||||
if meta:get_string("palette") ~= "ext" then
|
||||
minetest.swap_node(pos, { name = node.name, param2 = unifieddyes.convert_classic_palette[node.param2] })
|
||||
meta:set_string("palette", "ext")
|
||||
end
|
||||
end
|
||||
})
|
||||
|
||||
print("Blox Mod [" ..version.. "] Loaded!")
|
||||
|
Reference in New Issue
Block a user