mirror of
https://github.com/minetest-mods/craftguide.git
synced 2024-11-05 09:40:22 +01:00
18 lines
189 B
Lua
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",
|
|
}
|