1
0
mirror of https://github.com/adrido/darkage.git synced 2025-06-30 15:30:46 +02:00

compatibility with stairsplus added

dsarkage have now a lot of new nodes and is full compatible with
stairsplus :)
This commit is contained in:
adrido
2013-01-26 10:44:27 +01:00
parent 12326c7bee
commit e81652db15
3 changed files with 68 additions and 3 deletions

View File

@ -3,8 +3,8 @@ print (" ---- Dark Age is Loading! ---- ")
dofile(minetest.get_modpath("darkage").."/mapgen.lua")
dofile(minetest.get_modpath("darkage").."/building.lua")
dofile(minetest.get_modpath("darkage").."/furniture.lua")
dofile(minetest.get_modpath("darkage").."/stairs.lua")
--dofile(minetest.get_modpath("darkage").."/stairs.lua")
dofile(minetest.get_modpath("darkage").."/stairsplus.lua")
----------
-- Items
----------