diff options
author | Novatux <nathanael.courant@laposte.net> | 2013-04-12 19:55:39 +0200 |
---|---|---|
committer | Novatux <nathanael.courant@laposte.net> | 2013-04-12 19:55:39 +0200 |
commit | 33e3d76cec976fbcdca61a43317e1872da48160d (patch) | |
tree | 54fe447a9aff0ffd52c8b1606c68aecdb399bb06 | |
parent | 8cd0861484d847c9522abe68157937a838a42f32 (diff) | |
download | pipeworks-33e3d76cec976fbcdca61a43317e1872da48160d.tar pipeworks-33e3d76cec976fbcdca61a43317e1872da48160d.tar.gz pipeworks-33e3d76cec976fbcdca61a43317e1872da48160d.tar.bz2 pipeworks-33e3d76cec976fbcdca61a43317e1872da48160d.tar.xz pipeworks-33e3d76cec976fbcdca61a43317e1872da48160d.zip |
Fix conductive tube drop.
-rw-r--r-- | tubes.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -442,6 +442,7 @@ register_tube("pipeworks:conductor_tube_off","Conductor tube segment",detector_p register_tube("pipeworks:conductor_tube_on","Conductor tube segment on (you hacker you)",detector_plain_textures,noctr_textures, end_textures,short_texture,detector_inv_texture, {groups={mesecon=2,not_in_creative_inventory=1}, + drop="pipeworks:conductor_tube_off_000000", mesecons={conductor={state="on", rules=mesecons_rules, offstate="pipeworks:conductor_tube_off_#id"}}}) |