centralize node id lookups, add stub translations

This commit is contained in:
FaceDeer
2020-11-15 15:25:05 -07:00
parent b31618e5b0
commit 212b88b227
14 changed files with 208 additions and 136 deletions

View File

@ -6,6 +6,8 @@ local modpath = minetest.get_modpath(minetest.get_current_modname())
--load companion lua files
dofile(modpath.."/config.lua")
dofile(modpath.."/node_ids.lua")
dofile(modpath.."/shared.lua")
dofile(modpath.."/surface_tunnels.lua")
dofile(modpath.."/level1.lua")