1
0
镜像自地址 https://github.com/minetest-mods/craftguide.git 已同步 2025-07-15 22:30:40 +02:00
文件
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",
}