VoxeLibre/mods/ITEMS/mcl_copper/init.lua
2022-05-04 23:35:07 +00:00

6 lines
171 B
Lua

local path = minetest.get_modpath("mcl_copper")
dofile(path .. "/nodes.lua")
dofile(path .. "/items.lua")
dofile(path .. "/crafting.lua")
dofile(path .. "/functions.lua")