added pistons up and down

This commit is contained in:
cornernote
2012-08-09 13:52:47 +09:30
parent 2d94a08d2e
commit 2330d0af79
3 changed files with 435 additions and 0 deletions

View File

@ -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")