diff options
author | Vanessa Dannenberg <vanessa.e.dannenberg@gmail.com> | 2018-05-12 08:58:23 -0400 |
---|---|---|
committer | Vanessa Dannenberg <vanessa.e.dannenberg@gmail.com> | 2018-05-12 08:58:23 -0400 |
commit | 6e95dd30cf8369102d1ce55d6549815ab9d31104 (patch) | |
tree | 7f1e1f24589b1ca2e46ab9ea13f603a6349db575 | |
parent | 70c2d5fffb10ec8378a8f81658af0a46741eece7 (diff) | |
download | dreambuilder_modpack-6e95dd30cf8369102d1ce55d6549815ab9d31104.tar dreambuilder_modpack-6e95dd30cf8369102d1ce55d6549815ab9d31104.tar.gz dreambuilder_modpack-6e95dd30cf8369102d1ce55d6549815ab9d31104.tar.bz2 dreambuilder_modpack-6e95dd30cf8369102d1ce55d6549815ab9d31104.tar.xz dreambuilder_modpack-6e95dd30cf8369102d1ce55d6549815ab9d31104.zip |
update unifiedbricks
-rw-r--r-- | unifiedbricks/init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unifiedbricks/init.lua b/unifiedbricks/init.lua index b061bb2..7e6e3d0 100644 --- a/unifiedbricks/init.lua +++ b/unifiedbricks/init.lua @@ -311,6 +311,7 @@ minetest.register_lbm({ if color2 == "_grey" then color2 = "grey" end local paletteidx, hue = unifieddyes.getpaletteidx("unifieddyes:"..color2, "extended") + if not paletteidx or not hue then return end if string.find(type, "multicolor") then |