mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-07-18 00:10:33 +02:00
centralize node id lookups, add stub translations
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user