Mehr Mods hinzugefügt
This commit is contained in:
parent
92a55732cf
commit
9e345a25fb
2805 changed files with 2096013 additions and 0 deletions
25
mods/mobs/.luacheckrc
Normal file
25
mods/mobs/.luacheckrc
Normal file
|
@ -0,0 +1,25 @@
|
|||
unused_args = false
|
||||
|
||||
read_globals = {
|
||||
"minetest",
|
||||
"lucky_block",
|
||||
"vector",
|
||||
"table",
|
||||
"invisibility",
|
||||
"cmi",
|
||||
"toolranks",
|
||||
"pathfinder",
|
||||
"tnt",
|
||||
"ItemStack"
|
||||
}
|
||||
|
||||
globals = {
|
||||
"mobs",
|
||||
"player_api",
|
||||
"default"
|
||||
}
|
||||
|
||||
ignore = {
|
||||
"431", -- Shadowing an upvalue
|
||||
"432", -- Shadowing an upvalue argument
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue