diff options
author | Tim <t4im@users.noreply.github.com> | 2015-01-31 20:42:28 +0100 |
---|---|---|
committer | Tim <t4im@users.noreply.github.com> | 2015-01-31 20:44:36 +0100 |
commit | c941a2488984ebaea9af3c5da39f3fce82fc9830 (patch) | |
tree | 776f06da4e35a66878961c0692dc9efa05b32104 | |
parent | 70f38104a00f20709a46a22413bc98115d486186 (diff) | |
download | pipeworks-c941a2488984ebaea9af3c5da39f3fce82fc9830.tar pipeworks-c941a2488984ebaea9af3c5da39f3fce82fc9830.tar.gz pipeworks-c941a2488984ebaea9af3c5da39f3fce82fc9830.tar.bz2 pipeworks-c941a2488984ebaea9af3c5da39f3fce82fc9830.tar.xz pipeworks-c941a2488984ebaea9af3c5da39f3fce82fc9830.zip |
remove field for 01-2012 facedir legacy support for the one-way tube, which was added after
-rw-r--r-- | routing_tubes.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/routing_tubes.lua b/routing_tubes.lua index cb0f8e7..831dbd3 100644 --- a/routing_tubes.lua +++ b/routing_tubes.lua @@ -67,7 +67,6 @@ if pipeworks.enable_one_way_tube then node_box = {type = "fixed", fixed = {{-1/2, -9/64, -9/64, 1/2, 9/64, 9/64}}}, groups = {snappy = 2, choppy = 2, oddly_breakable_by_hand = 2, tubedevice = 1}, - legacy_facedir_simple = true, sounds = default.node_sound_wood_defaults(), tube = { connect_sides = {left = 1, right = 1}, |