1
0
鏡像自 https://github.com/minetest-mods/craftguide.git 已同步 2025-10-17 08:25:23 +02:00
Files
craftguide/.luacheckrc
2019-10-10 17:34:43 +02:00

19 行
203 B
Lua

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