27 lines
362 B
Plaintext
Raw Normal View History

2022-10-31 14:31:51 +00:00
unused_args = false
read_globals = {
"minetest",
"lucky_block",
"intllib",
"vector",
"table",
"invisibility",
"cmi",
"toolranks",
"pathfinder",
2022-10-31 15:08:12 +00:00
"tnt",
"ItemStack"
2022-10-31 14:31:51 +00:00
}
globals = {
"mobs",
"player_api",
"default"
}
2022-10-31 15:10:32 +00:00
ignore = {
"431", -- Shadowing an upvalue
"432", -- Shadowing an upvalue argument
}