diff options
author | Jeija <norrepli@googlemail.com> | 2012-08-09 12:43:59 -0700 |
---|---|---|
committer | Jeija <norrepli@googlemail.com> | 2012-08-09 12:43:59 -0700 |
commit | 793c039f108ead094898d4fd9d1a268d5351488f (patch) | |
tree | 65317d57083a5acd5164e387434e59709050fbc2 /mesecons_pistons/init.lua | |
parent | f557b6c3637259f7f62798ce87a8ff0b8fa7358f (diff) | |
parent | 2330d0af794bee5ca83856ea8e8da5584e40b113 (diff) |
Merge pull request #12 from cornernote/master
added up/down pistons
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 |