protector-configurator/init.lua

6 lines
186 B
Lua
Raw Normal View History

2024-02-25 12:41:23 +03:00
local modname = "protector_configurator"
local modpath = minetest.get_modpath(modname)
dofile(modpath .. "/help.lua")
dofile(modpath .. "/terminal.lua")
dofile(modpath .. "/writer.lua")