This repository has been archived on 2024-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
|
local modname = minetest.get_current_modname()
|
|
local modpath = minetest.get_modpath(modname)
|
|
|
|
dofile(modpath.."/armor.lua")
|
|
dofile(modpath.."/tools.lua")
|