do the same for the old static->param2 LBM

This commit is contained in:
Vanessa Ezekowitz 2017-02-24 21:26:31 -05:00
parent 56beb55b63
commit ef8a1c1fb8
1 changed files with 2 additions and 2 deletions

View File

@ -283,11 +283,11 @@ minetest.register_lbm({
newcolor = "light_grey"
end
local paletteidx, _ = unifieddyes.getpaletteidx("unifieddyes:"..newcolor, false)
local paletteidx, _ = unifieddyes.getpaletteidx("unifieddyes:"..newcolor, "extended")
local newnode = "bobblocks:block"
if string.find(basename, "grey") then
paletteidx, _ = unifieddyes.getpaletteidx("unifieddyes:grey", false)
paletteidx, _ = unifieddyes.getpaletteidx("unifieddyes:grey", "extended")
if string.find(basename, "pole") then
newnode = "bobblocks:wavypole"
else