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

add compatibility with old nodes from king arthurs land

This commit is contained in:
adrido
2013-01-31 05:19:50 +01:00
parent e81652db15
commit 128f480e49
2 changed files with 11 additions and 0 deletions

View File

@ -3,6 +3,7 @@ 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").."/compatibility.lua")
--dofile(minetest.get_modpath("darkage").."/stairs.lua")
dofile(minetest.get_modpath("darkage").."/stairsplus.lua")
----------