summaryrefslogtreecommitdiff
path: root/vines/.luacheckrc
blob: bf997801183d134ae36a99ffb69084e8c7db7e3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

unused_args = false

read_globals = {
	"minetest",
	"default",
	"ItemStack",
	"biome_lib",
}

globals = {
	"vines",
}