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.
mcl_emerald_stuff/init.lua

6 lines
154 B
Lua

local modname = minetest.get_current_modname()
local modpath = minetest.get_modpath(modname)
dofile(modpath.."/armor.lua")
dofile(modpath.."/tools.lua")