VoxeLibre/mods/ITEMS/mcl_copper/init.lua

6 lines
171 B
Lua
Raw Normal View History

2022-05-01 03:11:51 +02:00
local path = minetest.get_modpath("mcl_copper")
dofile(path .. "/nodes.lua")
dofile(path .. "/items.lua")
dofile(path .. "/crafting.lua")
dofile(path .. "/functions.lua")