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 /init.lua | |
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 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |