summaryrefslogtreecommitdiff
path: root/pipeworks/routing_tubes.lua
diff options
context:
space:
mode:
Diffstat (limited to 'pipeworks/routing_tubes.lua')
-rw-r--r--pipeworks/routing_tubes.lua10
1 files changed, 5 insertions, 5 deletions
diff --git a/pipeworks/routing_tubes.lua b/pipeworks/routing_tubes.lua
index 17a3f79..fa5cefe 100644
--- a/pipeworks/routing_tubes.lua
+++ b/pipeworks/routing_tubes.lua
@@ -1,3 +1,4 @@
+
-- the default tube and default textures
pipeworks.register_tube("pipeworks:tube", "Pneumatic tube segment")
minetest.register_craft( {
@@ -11,11 +12,10 @@ minetest.register_craft( {
pipeworks.register_tube("pipeworks:broken_tube", {
description = "Broken Tube (you hacker you)",
- inventory_image = "pipeworks_tube_broken_inv.png",
- plain = { { name = "pipeworks_tube_broken_plain.png", color = nodecolor, backface_culling = false } },
- noctr = { { name = "pipeworks_tube_broken_plain.png", color = nodecolor, backface_culling = false } },
- ends = { { name = "pipeworks_tube_broken_end.png", color = nodecolor } },
- short = { name = "pipeworks_tube_broken_short.png", color = nodecolor },
+ plain = { { name = "pipeworks_broken_tube_plain.png", backface_culling = false, color = nodecolor } },
+ noctr = { { name = "pipeworks_broken_tube_plain.png", backface_culling = false, color = nodecolor } },
+ ends = { { name = "pipeworks_broken_tube_end.png", color = nodecolor } },
+ short = { name = "pipeworks_broken_tube_short.png", color = nodecolor },
node_def = {
drop = "pipeworks:tube_1",
groups = {not_in_creative_inventory = 1, tubedevice_receiver = 1},