1
0
mirror of https://codeberg.org/tenplus1/mobs_redo.git synced 2024-11-14 22:40:18 +01:00
mobs_redo/.luacheckrc

21 lines
252 B
Plaintext
Raw Normal View History

2022-10-31 15:31:51 +01:00
unused_args = false
read_globals = {
"minetest",
"lucky_block",
"intllib",
"vector",
"table",
"invisibility",
"cmi",
"toolranks",
"pathfinder",
"tnt"
}
globals = {
"mobs",
"player_api",
"default"
}