1
0
mirror of https://github.com/minetest-mods/craftguide.git synced 2024-12-14 10:40:18 +01:00

Make craftguide a global var

This commit is contained in:
Jean-Patrick Guerrero 2018-12-17 00:38:58 +01:00
parent 53833af635
commit 610117de08

View File

@ -1,4 +1,4 @@
local craftguide = {
craftguide = {
custom_crafts = {},
craft_types = {},
}