Merge mcstair into mcl_stairs
[MineClone/MineClone2.git] / mods / ITEMS / mcl_stairs / init.lua
bloba5ca820bf716d133509dcf40330d747df353d33d
1 -- Minetest 0.4 mod: mcl_stairs
2 -- See README.txt for licensing and other information.
4 -- Global namespace for functions
6 mcl_stairs = {}
8 -- Load other files
10 dofile(minetest.get_modpath("mcl_stairs").."/api.lua")
11 dofile(minetest.get_modpath("mcl_stairs").."/cornerstair.lua")
12 dofile(minetest.get_modpath("mcl_stairs").."/register.lua")
13 dofile(minetest.get_modpath("mcl_stairs").."/crafting.lua")
14 dofile(minetest.get_modpath("mcl_stairs").."/alias.lua")