move farming dependencies into one file, add stub translations

This commit is contained in:
FaceDeer
2020-11-15 15:37:42 -07:00
parent 212b88b227
commit e18174b971
11 changed files with 337 additions and 52 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")