1
0
Mirror von https://github.com/minetest-mods/i3.git synchronisiert 2025-10-27 22:45:19 +01:00
Files
i3/.luacheckrc
Jean-Patrick Guerrero 106fd8daeb Init commit
2020-12-30 23:21:05 +01:00

18 Zeilen
185 B
Lua

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