25 lines
528 B
Plaintext
Raw Normal View History

2021-03-22 11:29:28 -04:00
unused_args = false
allow_defined_top = true
exclude_files = {".luacheckrc"}
globals = {
2021-06-27 13:01:59 -04:00
"minetest", "core",
--mod provided
"dungeon_loot", "fl_workshop", "fl_player",
2021-03-22 11:29:28 -04:00
}
read_globals = {
string = {fields = {"split"}},
table = {fields = {"copy", "getn"}},
2021-06-27 11:59:55 -04:00
--luac
"math", "table",
2021-03-22 11:29:28 -04:00
-- Builtin
2021-06-27 13:01:59 -04:00
"vector", "ItemStack", "dump", "DIR_DELIM", "VoxelArea", "Settings", "PcgRandom", "VoxelManip", "PseudoRandom",
2021-03-22 11:29:28 -04:00
--mod produced
2021-06-27 13:01:59 -04:00
"fl_dyes", "fl_hand", "fl_tools", "mobkit", "fl_tnt",
2021-03-22 11:29:28 -04:00
}