xdecor-libre/.luacheckrc

15 lines
234 B
Plaintext
Raw Permalink Normal View History

2016-08-06 01:00:06 +03:00
allow_defined_top = true
read_globals = {
"minetest",
"vector", "ItemStack",
"default",
"stairs", "doors", "xpanes",
2023-08-01 12:48:08 +03:00
"xdecor",
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
}