isolate primordial item default dependencies to one file, add stub translations

This commit is contained in:
FaceDeer
2020-11-15 15:06:20 -07:00
parent 92d9cb1399
commit b31618e5b0
11 changed files with 517 additions and 68 deletions

View File

@ -5,6 +5,7 @@ local modname = minetest.get_current_modname()
df_primordial_items.S = minetest.get_translator(modname)
local modpath = minetest.get_modpath(modname)
dofile(modpath.."/dependencies.lua")
dofile(modpath.."/doc.lua")
dofile(modpath.."/jungle_nodes.lua")
dofile(modpath.."/jungle_tree.lua")