From 79897c8fe60add57f9c759c74f3683c4732dda14 Mon Sep 17 00:00:00 2001 From: Novatux Date: Sun, 6 Oct 2013 10:35:53 +0200 Subject: Better deployer and node breaker mesecons rules. --- init.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 306f64c..b206337 100644 --- a/init.lua +++ b/init.lua @@ -111,6 +111,10 @@ dofile(modpath.."/crafts.lua") dofile(modpath.."/tubes.lua") +rules_all = {{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=1},{x=0, y=1, z=-1},{x=1, y=1, z=0},{x=-1, y=1, z=0}, + {x=0, y=-1, z=1},{x=0, y=-1, z=-1},{x=1, y=-1, z=0},{x=-1, y=-1, z=0}, + {x=0, y=1, z=0}, {x=0, y=-1, z=0}} if enable_pipes then dofile(modpath.."/pipes.lua") end if enable_teleport_tube then dofile(modpath.."/teleport_tube.lua") end if enable_pipe_devices then dofile(modpath.."/devices.lua") end -- cgit v1.2.3