1
0
mirror of https://github.com/mt-mods/plantlife_modpack.git synced 2025-07-23 10:10:24 +02:00
Files
plantlife_modpack/.luacheckrc
2023-07-21 11:11:28 -04:00

18 lines
211 B
Lua

unused_args = false
allow_defined_top = true
max_line_length = 185
globals = {
"biome_lib",
}
read_globals = {
table = {fields = {"copy"}},
"minetest", "ItemStack",
"vector",
"default",
"moretrees",
}