Initialize Global variable.

This commit is contained in:
Michieal 2023-01-30 23:53:40 -05:00
parent 319602508d
commit d04f162d8f
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
local path = minetest.get_modpath("mcl_copper")
mcl_copper = {} -- initialize global variable.
dofile(path .. "/functions.lua")
dofile(path .. "/nodes.lua")
dofile(path .. "/items.lua")