diff options
author | cornernote <cornernote@gmail.com> | 2012-08-09 13:52:47 +0930 |
---|---|---|
committer | cornernote <cornernote@gmail.com> | 2012-08-09 13:52:47 +0930 |
commit | 2330d0af794bee5ca83856ea8e8da5584e40b113 (patch) | |
tree | acfefeb4f3fc7d95b46d2b18cbda3d2583dc506c /mesecons_pistons/init.lua | |
parent | 2d94a08d2e7aefa2198fb7fb78b9f8badb971ecc (diff) |
added pistons up and down
Diffstat (limited to 'mesecons_pistons/init.lua')
-rw-r--r-- | mesecons_pistons/init.lua | 3 |
1 files changed, 3 insertions, 0 deletions
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 |