From 05c0a8670baec2a8baacbac1a3aead556d26a822 Mon Sep 17 00:00:00 2001 From: DS Date: Tue, 26 Sep 2017 05:19:35 +0200 Subject: Add digiline_conductor and mesecon_and_digiline_conductor tubes (#195) * add digiline_connecting_tube * add mesecon and digiline conductiong tube * add more recipes --- settingtypes.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'settingtypes.txt') 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 -- cgit v1.2.3 From e8e9de04dd27547f527abbac4f87c7dc658a0f44 Mon Sep 17 00:00:00 2001 From: DS Date: Tue, 26 Sep 2017 05:21:15 +0200 Subject: Add lua controlled tube (#199) * add lua controlled tube * make textures and fix some bugs --- settingtypes.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'settingtypes.txt') diff --git a/settingtypes.txt b/settingtypes.txt index 5086bcf..cd6efbc 100644 --- a/settingtypes.txt +++ b/settingtypes.txt @@ -63,6 +63,10 @@ pipeworks_enable_one_way_tube (Enable One Way Tube) bool true #always go to it if there are multible ways. pipeworks_enable_priority_tube (Enable High Priority Tube) bool true +#Enable lua controlled tube. +#It is comparable with mesecons luacontroller. +pipeworks_enable_lua_tube (Enable Lua controlled Tube) bool true + #Enable cyclic mode. pipeworks_enable_cyclic_mode (Enable Cyclic Mode) bool true -- cgit v1.2.3