minetest-mods/xdecor/.luacheckrc

13 lines
207 B
Plaintext
Raw Normal View History

2019-12-14 17:47:31 +01:00
unused_args = false
allow_defined_top = true
read_globals = {
"minetest",
"vector", "ItemStack",
"default",
"stairs", "doors", "xpanes",
"xdecor", "xbg",
table = { fields = { "copy" } },
"unpack",
}