]> git.lizzy.rs Git - xdecor.git/blob - .luacheckrc
Fix "xpanes_space.png" texture not found (#125)
[xdecor.git] / .luacheckrc
1 unused_args = false
2 allow_defined_top = true
3
4 read_globals = {
5         "minetest",
6         "vector", "ItemStack",
7         "default",
8         "stairs", "doors", "xpanes",
9         "xdecor", "xbg",
10         table = {fields = {"copy"}},
11         string = {fields = {"split"}},
12         "unpack",
13         "stairsplus",
14         "mesecon"
15 }