mirror of
https://codeberg.org/tenplus1/mobs_redo.git
synced 2025-02-02 20:20:19 +01:00
add .uacheckrc file (thanks Niklp)
This commit is contained in:
parent
33beec64dc
commit
edf846c34c
20
.luacheckrc
Normal file
20
.luacheckrc
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
unused_args = false
|
||||||
|
|
||||||
|
read_globals = {
|
||||||
|
"minetest",
|
||||||
|
"lucky_block",
|
||||||
|
"intllib",
|
||||||
|
"vector",
|
||||||
|
"table",
|
||||||
|
"invisibility",
|
||||||
|
"cmi",
|
||||||
|
"toolranks",
|
||||||
|
"pathfinder",
|
||||||
|
"tnt"
|
||||||
|
}
|
||||||
|
|
||||||
|
globals = {
|
||||||
|
"mobs",
|
||||||
|
"player_api",
|
||||||
|
"default"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user