xdecor-libre/.luacheckrc

15 lines
241 B
Plaintext
Raw Normal View History

2016-08-06 01:00:06 +03:00
allow_defined_top = true
read_globals = {
"minetest",
"vector", "ItemStack",
"default",
"stairs", "doors", "xpanes",
2016-12-30 17:04:57 +03:00
"xdecor", "xbg",
2019-07-23 15:03:20 +03:00
table = {fields = {"copy"}},
string = {fields = {"split"}},
2017-11-10 08:52:07 +03:00
"unpack",
2019-07-23 15:03:20 +03:00
"stairsplus",
"mesecon"
2016-08-06 01:00:06 +03:00
}