Upload cleaned up mesecons to nextgen branch

This commit is contained in:
Jeija
2012-12-15 18:45:51 +01:00
parent c0d3bd2abb
commit 44dc1a128c
10 changed files with 309 additions and 444 deletions

View File

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