minetest_x_bows/.luacheckrc

21 lines
341 B
Plaintext
Raw Normal View History

2021-03-01 12:44:27 -06:00
unused_args = false
allow_defined_top = true
globals = {
"minetest",
"tnt",
"explosions"
}
read_globals = {
string = {fields = {"split"}},
table = {fields = {"copy", "getn"}},
-- Builtin
"vector", "ItemStack",
"dump", "DIR_DELIM", "VoxelArea", "Settings",
-- MTG
"default", "sfinv", "creative",
}