move dependencies into one source file for mapitems, stub in some translations

This commit is contained in:
FaceDeer
2020-11-15 17:54:56 -07:00
parent e18174b971
commit 9452f69509
13 changed files with 425 additions and 251 deletions

View File

@ -6,6 +6,7 @@ local modpath = minetest.get_modpath(modname)
--load companion lua files
dofile(modpath.."/config.lua")
dofile(modpath.."/dependencies.lua")
dofile(modpath.."/doc.lua")
dofile(modpath.."/aliases.lua")
dofile(modpath.."/util.lua")