1
0
Mirror von https://github.com/minetest-mods/i3.git synchronisiert 2025-10-22 13:25:26 +02:00
Files
i3/.luacheckrc
Jean-Patrick Guerrero 9ab92ba056 *Really* disable sfinv
2021-05-07 03:31:55 +02:00

24 Zeilen
231 B
Lua

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