Add stair/slab aliases for compability with 0.21.0
This commit is contained in:
parent
a7f5413e9d
commit
5bf17dda64
2 changed files with 21 additions and 0 deletions
|
@ -10,3 +10,4 @@ mcl_stairs = {}
|
|||
dofile(minetest.get_modpath("mcl_stairs").."/api.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