This commit is contained in:
commit
5c61b1aa93
19 changed files with 479 additions and 0 deletions
22
.luacheckrc
Normal file
22
.luacheckrc
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
unused_args = false
|
||||
allow_defined_top = true
|
||||
|
||||
globals = {
|
||||
"minetest",
|
||||
}
|
||||
|
||||
read_globals = {
|
||||
string = {fields = {"split"}},
|
||||
table = {fields = {"copy", "getn"}},
|
||||
|
||||
-- Builtin
|
||||
"vector", "ItemStack",
|
||||
"dump", "DIR_DELIM", "VoxelArea", "Settings",
|
||||
"PcgRandom",
|
||||
|
||||
-- MTG
|
||||
"default", "sfinv", "creative",
|
||||
|
||||
-- Deps
|
||||
"md2f"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue