mirror of
https://github.com/minetest-mods/BobBlocks.git
synced 2024-11-14 14:50:18 +01:00
set "ext" flag for converted old nodes also
This commit is contained in:
parent
003fe506b7
commit
270da9bf78
|
@ -302,6 +302,7 @@ minetest.register_lbm({
|
|||
local meta = minetest.get_meta(pos)
|
||||
minetest.set_node(pos, { name = newnode, param2 = paletteidx })
|
||||
meta:set_string("dye", "unifieddyes:"..newcolor)
|
||||
meta:set_string("palette", "ext")
|
||||
end
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user