mirror of
https://github.com/reload-gtn/mtsr_modpack.git
synced 2024-11-16 02:30:59 +03:00
6 lines
186 B
Lua
6 lines
186 B
Lua
|
local modname = "protector_configurator"
|
||
|
local modpath = minetest.get_modpath(modname)
|
||
|
|
||
|
dofile(modpath .. "/help.lua")
|
||
|
dofile(modpath .. "/terminal.lua")
|
||
|
dofile(modpath .. "/writer.lua")
|