1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2025-07-13 05:40:30 +02:00

Add digiline detector tube (#139)

* Add digiline detector tube

The digiline detector tube outputs an itemstring of every stack
that passes through it on the channel specified in its formspec.

* Don't store digiline detector tube's formspec in a temporary local
This commit is contained in:
electrodude
2016-06-11 20:14:38 -04:00
committed by Auke Kok
parent f76668969e
commit a1ed3acd7a
7 changed files with 51 additions and 1 deletions

View File

@ -10,6 +10,7 @@ pipeworks.enable_pipe_devices = true
pipeworks.enable_redefines = true
pipeworks.enable_mese_tube = true
pipeworks.enable_detector_tube = true
pipeworks.enable_digiline_detector_tube = true
pipeworks.enable_conductor_tube = true
pipeworks.enable_accelerator_tube = true
pipeworks.enable_crossing_tube = true
@ -19,4 +20,4 @@ pipeworks.enable_one_way_tube = true
pipeworks.enable_priority_tube = true
pipeworks.enable_cyclic_mode = true
pipeworks.delete_item_on_clearobject = true
pipeworks.delete_item_on_clearobject = true