summaryrefslogtreecommitdiff
path: root/pipeworks/routing_tubes.lua
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-04-05 03:40:16 -0400
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-04-05 03:40:16 -0400
commitc8b103938b3dbe607794f9418d509c0c6377e42a (patch)
treeabb8b4dde377ad32c2313cb65066432b84e927c8 /pipeworks/routing_tubes.lua
parent4c9e8e6bf06b09b3a015bd7d76ea2a8966e0336f (diff)
downloaddreambuilder_modpack-c8b103938b3dbe607794f9418d509c0c6377e42a.tar
dreambuilder_modpack-c8b103938b3dbe607794f9418d509c0c6377e42a.tar.gz
dreambuilder_modpack-c8b103938b3dbe607794f9418d509c0c6377e42a.tar.bz2
dreambuilder_modpack-c8b103938b3dbe607794f9418d509c0c6377e42a.tar.xz
dreambuilder_modpack-c8b103938b3dbe607794f9418d509c0c6377e42a.zip
update pipeworks
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},