2024-02-25 06:10:30 +01:00
|
|
|
unused_args = false
|
|
|
|
allow_defined_top = true
|
|
|
|
|
|
|
|
exclude_files = {".luacheckrc"}
|
|
|
|
|
2022-01-19 04:29:18 +01:00
|
|
|
globals = {
|
2024-02-25 18:03:21 +01:00
|
|
|
"minetest", "xcompat",
|
2024-02-25 06:10:30 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
read_globals = {
|
|
|
|
string = {fields = {"split"}},
|
|
|
|
table = {fields = {"copy", "getn"}},
|
|
|
|
|
|
|
|
--luac
|
|
|
|
"math", "table",
|
|
|
|
|
|
|
|
-- Builtin
|
|
|
|
"vector", "ItemStack", "dump", "DIR_DELIM", "VoxelArea", "Settings", "PcgRandom", "VoxelManip", "PseudoRandom",
|
|
|
|
|
|
|
|
--mod produced
|
2024-02-25 18:03:21 +01:00
|
|
|
"default", "mcl_sounds", "ks_sounds", "nodes_nature", "fl_stone", "fl_topsoil", "fl_trees", "hades_sounds", "rp_sounds",
|
2022-01-19 04:29:18 +01:00
|
|
|
}
|