VoxeLibre/mods/ITEMS/mcl_copper/init.lua

9 lines
220 B
Lua
Raw Permalink Normal View History

2022-05-01 03:11:51 +02:00
local path = minetest.get_modpath("mcl_copper")
2023-01-31 05:53:40 +01:00
mcl_copper = {} -- initialize global variable.
2022-05-01 03:11:51 +02:00
dofile(path .. "/nodes.lua")
dofile(path .. "/items.lua")
dofile(path .. "/crafting.lua")
dofile(path .. "/functions.lua")