From 3c3be04962a8c06ce9b5956e5799cdf3bbecf2aa Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Sat, 17 Jun 2017 19:34:42 -0400 Subject: update castle modpack, areas, blox, boost_cart, currency, farming redo, homedecor, and pipeworks --- pipeworks/routing_tubes.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pipeworks') diff --git a/pipeworks/routing_tubes.lua b/pipeworks/routing_tubes.lua index 6ed0723..ba9e0aa 100644 --- a/pipeworks/routing_tubes.lua +++ b/pipeworks/routing_tubes.lua @@ -10,6 +10,8 @@ minetest.register_craft( { }, }) +local nodecolor = 0xffff3030 + pipeworks.register_tube("pipeworks:broken_tube", { description = "Broken Tube (you hacker you)", plain = { { name = "pipeworks_broken_tube_plain.png", backface_culling = false, color = nodecolor } }, @@ -66,7 +68,6 @@ pipeworks.register_tube("pipeworks:broken_tube", { -- without doing actual sorting, like at outputs of tubedevices that might both accept and eject items if pipeworks.enable_priority_tube then local color = "#ff3030:128" - local nodecolor = 0xffff3030 pipeworks.register_tube("pipeworks:priority_tube", { description = "High Priority Tube Segment", inventory_image = "pipeworks_tube_inv.png^[colorize:" .. color, -- cgit v1.2.3