mirror of
https://github.com/minetest-mods/unifiedbricks.git
synced 2025-01-08 09:00:17 +01:00
do the same for the old static->param2 LBM
This commit is contained in:
parent
9e41542c1d
commit
ef3e2e8866
2
init.lua
2
init.lua
@ -297,7 +297,7 @@ minetest.register_lbm({
|
||||
local color2 = string.gsub(color1, "grey", "_grey")
|
||||
if color2 == "_grey" then color2 = "grey" end
|
||||
|
||||
local paletteidx, hue = unifieddyes.getpaletteidx("unifieddyes:"..color2)
|
||||
local paletteidx, hue = unifieddyes.getpaletteidx("unifieddyes:"..color2, "extended")
|
||||
|
||||
if string.find(type, "multicolor") then
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user