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