1
0
Mirror von https://github.com/minetest-mods/i3.git synchronisiert 2025-07-13 14:00:37 +02:00
Files
i3/.luacheckrc
Jean-Patrick Guerrero 328ad308f3 Add worldedit GUI support
2021-01-29 01:09:25 +01:00

24 Zeilen
225 B
Lua

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