summaryrefslogtreecommitdiff
path: root/unifiedmesecons
diff options
context:
space:
mode:
authorVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-09-13 00:17:56 -0400
committerVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-09-13 00:17:56 -0400
commit751ea7e6e1132be939b64c6eeca9567e5bee6b3d (patch)
tree5737f97109440184569a99894d9bc7efa6c93fd0 /unifiedmesecons
parent02d2154bbdfcfca4cd764b090b3529152ad1d2fe (diff)
downloaddreambuilder_modpack-751ea7e6e1132be939b64c6eeca9567e5bee6b3d.tar
dreambuilder_modpack-751ea7e6e1132be939b64c6eeca9567e5bee6b3d.tar.gz
dreambuilder_modpack-751ea7e6e1132be939b64c6eeca9567e5bee6b3d.tar.bz2
dreambuilder_modpack-751ea7e6e1132be939b64c6eeca9567e5bee6b3d.tar.xz
dreambuilder_modpack-751ea7e6e1132be939b64c6eeca9567e5bee6b3d.zip
update unified dyes and unified mesecons
Diffstat (limited to 'unifiedmesecons')
-rw-r--r--unifiedmesecons/init.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/unifiedmesecons/init.lua b/unifiedmesecons/init.lua
index 7b621a0..de346c3 100644
--- a/unifiedmesecons/init.lua
+++ b/unifiedmesecons/init.lua
@@ -3,6 +3,11 @@ for _,i in ipairs({"pink","dark_green","brown","black","dark_grey","white"}) do
table.insert(hues, i)
end
+local explist = {}
+for _,i in ipairs(hues) do
+ explist[i] = true
+end
+
local function insulated_wire_get_rules(node)
local rules = {{x = 1, y = 0, z = 0},
{x =-1, y = 0, z = 0}}
@@ -74,6 +79,7 @@ for _,color in pairs(hues) do
palette = "unifieddyes_palette_"..palettecolor.."s.png",
ud_color_start = cstart,
ud_color_end = cend,
+ explist = explist,
selection_box = {
type = "fixed",
fixed = { -16/32-0.001, -18/32, -7/32, 16/32+0.001, -12/32, 7/32 }
@@ -131,6 +137,7 @@ for _,color in pairs(hues) do
palette = "unifieddyes_palette_"..palettecolor.."s.png",
ud_color_start = cstart,
ud_color_end = cend,
+ explist = explist,
selection_box = {
type = "fixed",
fixed = { -16/32-0.001, -18/32, -16/32, 5/32, -12/32, 5/32 },
@@ -189,6 +196,7 @@ for _,color in pairs(hues) do
palette = "unifieddyes_palette_"..palettecolor.."s.png",
ud_color_start = cstart,
ud_color_end = cend,
+ explist = explist,
node_box = {
type = "fixed",
fixed = {{ -16/32-0.001, -17/32, -3/32, 16/32+0.001, -13/32, 3/32 },