1
0
Fork 0
mirror of https://gitlab.com/niansa/nonamegame.git synced 2025-03-06 20:53:38 +01:00
nonamegame/mods/default/init.lua
2019-03-27 17:16:38 +01:00

6 lines
196 B
Lua

local default_path = minetest.get_modpath("default")
dofile(default_path.."/commands.lua")
dofile(default_path.."/nodes.lua")
dofile(default_path.."/items.lua")
dofile(default_path.."/void.lua")