mirror of
https://gitlab.com/niansa/nonamegame.git
synced 2025-03-06 20:53:38 +01:00
6 lines
196 B
Lua
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")
|