diff options
author | DS <vorunbekannt75@web.de> | 2017-09-26 05:19:35 +0200 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2017-09-25 23:19:35 -0400 |
commit | 05c0a8670baec2a8baacbac1a3aead556d26a822 (patch) | |
tree | 788e619e43f6e0e51d9eec7f4e327e730f6c3abb /settingtypes.txt | |
parent | a5e1bfa0e824ab70877803d087c97440ff729cac (diff) |
Add digiline_conductor and mesecon_and_digiline_conductor tubes (#195)
* add digiline_connecting_tube
* add mesecon and digiline conductiong tube
* add more recipes
Diffstat (limited to 'settingtypes.txt')
-rw-r--r-- | settingtypes.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/settingtypes.txt b/settingtypes.txt index 1d3c10c..5086bcf 100644 --- a/settingtypes.txt +++ b/settingtypes.txt @@ -34,6 +34,9 @@ pipeworks_enable_digiline_detector_tube (Enable Digiline Detector Tube) bool tru #Enable mesecon signal conducting tube. pipeworks_enable_conductor_tube (Enable Conductor Tube) bool true +#Enable digiline signal conducting tube. +pipeworks_enable_digiline_conductor_tube (Enable Digiline Conductor Tube) bool true + #Enable accelerator tube. pipeworks_enable_accelerator_tube (Enable Accelerator Tube) bool true @@ -67,4 +70,4 @@ pipeworks_enable_cyclic_mode (Enable Cyclic Mode) bool true pipeworks_drop_on_routing_fail (Drop On Routing Fail) bool false #Delete item on clearobject. -pipeworks_delete_item_on_clearobject (Delete Item On Clearobject) bool true
\ No newline at end of file +pipeworks_delete_item_on_clearobject (Delete Item On Clearobject) bool true |