From ef8a1c1fb8ab31e490c2d86c73a8e2492a0f64f0 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Fri, 24 Feb 2017 21:26:31 -0500 Subject: [PATCH] do the same for the old static->param2 LBM --- blocks.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blocks.lua b/blocks.lua index 882b947..8237127 100644 --- a/blocks.lua +++ b/blocks.lua @@ -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