diff options
author | Jeija <norrepli@gmail.com> | 2012-12-15 18:45:51 +0100 |
---|---|---|
committer | Jeija <norrepli@gmail.com> | 2012-12-15 18:45:51 +0100 |
commit | 44dc1a128cd6574b53ae68c33a6d2583eb878087 (patch) | |
tree | f0d18a06f3e6ad5969048dc6b2e4303b34f5d69b /mesecons_pistons/init.lua | |
parent | c0d3bd2abbeb8db0d640a604af1c9756f79f4881 (diff) |
Upload cleaned up mesecons to nextgen branch
Diffstat (limited to 'mesecons_pistons/init.lua')
-rw-r--r-- | mesecons_pistons/init.lua | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mesecons_pistons/init.lua b/mesecons_pistons/init.lua index dd3f599..3971e19 100644 --- a/mesecons_pistons/init.lua +++ b/mesecons_pistons/init.lua @@ -247,5 +247,8 @@ function mesecon:piston_get_direction(node) end end -dofile(minetest.get_modpath("mesecons_pistons").."/pistons_down.lua") -dofile(minetest.get_modpath("mesecons_pistons").."/pistons_up.lua") +-- dofile(minetest.get_modpath("mesecons_pistons").."/pistons_down.lua") +-- dofile(minetest.get_modpath("mesecons_pistons").."/pistons_up.lua") +-- Dropped +-- We need a better way to have these piston types +-- There should be a facedir for vertical orientations |