mirror of
https://github.com/APercy/ap_airship.git
synced 2025-09-22 02:26:53 -04:00
first
This commit is contained in:
parent
4759793d08
commit
146aca5195
43 changed files with 2867 additions and 3 deletions
25
.luacheckrc
Executable file
25
.luacheckrc
Executable file
|
@ -0,0 +1,25 @@
|
|||
unused_args = false
|
||||
allow_defined_top = true
|
||||
|
||||
globals = {
|
||||
"minetest",
|
||||
"mobkit",
|
||||
"core",
|
||||
"player_api",
|
||||
"player_monoids",
|
||||
"math.sign",
|
||||
}
|
||||
|
||||
read_globals = {
|
||||
string = {fields = {"split"}},
|
||||
table = {fields = {"copy", "getn"}},
|
||||
|
||||
-- Builtin
|
||||
"vector", "ItemStack",
|
||||
"dump", "DIR_DELIM", "VoxelArea", "Settings",
|
||||
|
||||
-- MTG
|
||||
"default", "sfinv", "creative",
|
||||
}
|
||||
|
||||
ignore = {"611"}
|
Loading…
Add table
Add a link
Reference in a new issue