MineClone2-Plus/mcl_copper_stuff/init.lua

6 lines
154 B
Lua
Raw Normal View History

local modname = minetest.get_current_modname()
local modpath = minetest.get_modpath(modname)
2023-02-08 23:53:14 +01:00
dofile(modpath.."/armor.lua")
dofile(modpath.."/tools.lua")