minetest-mods/xdecor/.luacheckrc

15 lines
241 B
Plaintext
Raw Normal View History

2019-12-14 17:47:31 +01:00
allow_defined_top = true
read_globals = {
"minetest",
"vector", "ItemStack",
"default",
"stairs", "doors", "xpanes",
"xdecor", "xbg",
2021-05-15 22:34:12 +02:00
table = {fields = {"copy"}},
string = {fields = {"split"}},
2019-12-14 17:47:31 +01:00
"unpack",
2021-05-15 22:34:12 +02:00
"stairsplus",
"mesecon"
2019-12-14 17:47:31 +01:00
}