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 --- init.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'init.lua') diff --git a/init.lua b/init.lua index a3f31c7..1a330e5 100644 --- a/init.lua +++ b/init.lua @@ -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" -- cgit v1.2.3