Add digiline_conductor and mesecon_and_digiline_conductor tubes (#195)

* add digiline_connecting_tube

* add mesecon and digiline conductiong tube

* add more recipes
This commit is contained in:
DS
2017-09-26 05:19:35 +02:00
committed by Vanessa Ezekowitz
parent a5e1bfa0e8
commit 05c0a8670b
9 changed files with 81 additions and 9 deletions

View File

@ -38,6 +38,7 @@ pipeworks.rules_all = {{x=0, y=0, z=1},{x=0, y=0, z=-1},{x=1, y=0, z=0},{x=-1, y
{x=0, y=1, z=0}, {x=0, y=-1, z=0}}
pipeworks.mesecons_rules={{x=0,y=0,z=1},{x=0,y=0,z=-1},{x=1,y=0,z=0},{x=-1,y=0,z=0},{x=0,y=1,z=0},{x=0,y=-1,z=0}}
pipeworks.digilines_rules={{x=0,y=0,z=1},{x=0,y=0,z=-1},{x=1,y=0,z=0},{x=-1,y=0,z=0},{x=0,y=1,z=0},{x=0,y=-1,z=0}}
pipeworks.liquid_texture = "default_water.png"