beauty_pack/.luacheckrc

22 lines
354 B
Plaintext
Raw Normal View History

2020-11-10 14:52:17 -08:00
unused_args = false
allow_defined_top = true
globals = {
"minetest",
"player_api",
2020-12-13 05:47:04 -08:00
"armor",
"dye"
2020-11-10 14:52:17 -08:00
}
read_globals = {
string = {fields = {"split"}},
table = {fields = {"copy", "getn"}},
-- Builtin
"vector", "ItemStack",
"dump", "DIR_DELIM", "VoxelArea", "Settings",
-- MTG
"default", "sfinv", "creative",
}