craftguide/.luacheckrc
Jean-Patrick Guerrero fab1c54234 WIP inventory mode
2020-12-30 23:13:09 +01:00

18 lines
185 B
Lua

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