1
0
mirror of https://github.com/mt-mods/home_workshop_modpack.git synced 2025-03-22 04:30:25 +01:00

25 lines
526 B
Plaintext
Raw Normal View History

unused_args = false
allow_defined_top = true
exclude_files = {".luacheckrc"}
globals = {
"minetest", "core",
--mod provided
2021-11-28 11:40:59 -05:00
"home_vending_machines",
}
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-04-05 21:43:37 -04:00
"default", "screwdriver", "unifieddyes", "computers", "farming", "xcompat",
}