From 2330d0af794bee5ca83856ea8e8da5584e40b113 Mon Sep 17 00:00:00 2001 From: cornernote Date: Thu, 9 Aug 2012 13:52:47 +0930 Subject: added pistons up and down --- mesecons_pistons/init.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mesecons_pistons/init.lua') diff --git a/mesecons_pistons/init.lua b/mesecons_pistons/init.lua index 742395a..f4d3985 100644 --- a/mesecons_pistons/init.lua +++ b/mesecons_pistons/init.lua @@ -228,3 +228,6 @@ function mesecon:piston_get_direction(node) return {x=0, y=0, z=-1} end end + +dofile(minetest.get_modpath("mesecons_pistons").."/pistons_down.lua") +dofile(minetest.get_modpath("mesecons_pistons").."/pistons_up.lua") \ No newline at end of file -- cgit v1.2.3