1
0
mirror of https://github.com/mt-mods/plantlife_modpack.git synced 2025-07-20 08:40:29 +02:00
Files
plantlife_modpack/.luacheckrc
2023-07-21 11:21:54 -04:00

18 lines
233 B
Lua

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