This commit is contained in:
commit
2dfc96ee15
22 changed files with 1268 additions and 0 deletions
27
.luacheckrc
Normal file
27
.luacheckrc
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
unused_args = false
|
||||
|
||||
ignore = {
|
||||
"631",
|
||||
}
|
||||
|
||||
globals = {
|
||||
"elevator",
|
||||
}
|
||||
|
||||
read_globals = {
|
||||
-- Stdlib
|
||||
string = {fields = {"split"}},
|
||||
table = {fields = {"copy", "getn"}},
|
||||
|
||||
-- Minetest
|
||||
"minetest",
|
||||
"core",
|
||||
"vector",
|
||||
"VoxelManip",
|
||||
|
||||
-- deps
|
||||
"default", "screwdriver",
|
||||
"farming", "armor",
|
||||
"mcl_core", "mcl_sounds",
|
||||
"aurum",
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue