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:
4
init.lua
4
init.lua
@ -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
|
||||
----------
|
||||
|
Reference in New Issue
Block a user