forked from minetest-mods/mesecons
added pistons up and down
This commit is contained in:
@ -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")
|
Reference in New Issue
Block a user