diff options
author | Tim <t4im@users.noreply.github.com> | 2015-02-08 11:00:07 +0100 |
---|---|---|
committer | Tim <t4im@users.noreply.github.com> | 2015-02-08 11:04:32 +0100 |
commit | 9af43b9f6f518e9a9552de2549e56b342b954b0a (patch) | |
tree | 2899a0405e1958e952b034df838714d97fa8b14e | |
parent | 6abed742e865b81b98f0122d86878d53d9283e81 (diff) | |
download | pipeworks-9af43b9f6f518e9a9552de2549e56b342b954b0a.tar pipeworks-9af43b9f6f518e9a9552de2549e56b342b954b0a.tar.gz pipeworks-9af43b9f6f518e9a9552de2549e56b342b954b0a.tar.bz2 pipeworks-9af43b9f6f518e9a9552de2549e56b342b954b0a.tar.xz pipeworks-9af43b9f6f518e9a9552de2549e56b342b954b0a.zip |
fix conductor_tube_on texture
-rw-r--r-- | signal_tubes.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/signal_tubes.lua b/signal_tubes.lua index f8b7bf0..bfce14a 100644 --- a/signal_tubes.lua +++ b/signal_tubes.lua @@ -86,7 +86,7 @@ if pipeworks.enable_conductor_tube then description = "Conducting Pneumatic Tube Segment on (you hacker you)", inventory_image = "pipeworks_conductor_tube_inv.png", short = "pipeworks_conductor_tube_short.png", - plain_textures = { "pipeworks_conductor_tube_on_plain.png" }, + plain = { "pipeworks_conductor_tube_on_plain.png" }, noctr = { "pipeworks_conductor_tube_on_noctr.png" }, ends = { "pipeworks_conductor_tube_on_end.png" }, node_def = { |