1
0
mirror of https://codeberg.org/tenplus1/mobs_redo.git synced 2024-09-22 04:30:24 +02: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"
}