Merge pull request #28 from Novatux/master

Fix conductive tube drop.
This commit is contained in:
VanessaE 2013-04-12 11:02:02 -07:00
commit 3788437c91
1 changed files with 1 additions and 0 deletions

View File

@ -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"}}})