1
0
mirror of https://github.com/minetest-mods/craftguide.git synced 2025-03-18 18:50:21 +01:00
2019-09-09 19:01:52 +02:00

18 lines
189 B
Lua

unused_args = false
allow_defined_top = true
read_globals = {
"minetest",
"default",
"sfinv",
"sfinv_buttons",
"vector",
"string",
"table",
}
globals = {
"craftguide",
"core",
}