Merge mcstair into mcl_stairs
This commit is contained in:
parent
eb02e9f3e1
commit
cf8415f87a
15 changed files with 92 additions and 199 deletions
|
@ -8,6 +8,7 @@ mcl_stairs = {}
|
|||
-- Load other files
|
||||
|
||||
dofile(minetest.get_modpath("mcl_stairs").."/api.lua")
|
||||
dofile(minetest.get_modpath("mcl_stairs").."/cornerstair.lua")
|
||||
dofile(minetest.get_modpath("mcl_stairs").."/register.lua")
|
||||
dofile(minetest.get_modpath("mcl_stairs").."/crafting.lua")
|
||||
dofile(minetest.get_modpath("mcl_stairs").."/alias.lua")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue