mobs_redo/.luacheckrc

22 lines
269 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",
2022-10-31 16:08:12 +01:00
"tnt",
"ItemStack"
2022-10-31 15:31:51 +01:00
}
globals = {
"mobs",
"player_api",
"default"
}