1
0
peilaus alkaen https://github.com/minetest-mods/i3.git synced 2025-07-13 05:50:35 +02:00
Files
i3/.luacheckrc
2021-01-30 23:39:21 +01:00

23 rivejä
211 B
Lua

allow_defined_top = true
ignore = {
"get_debug_grid",
}
read_globals = {
"minetest",
"default",
"armor",
"skins",
"awards",
"vector",
"string",
"table",
"ItemStack",
}
globals = {
"i3",
"core",
}