1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2024-06-29 20:26:05 +02:00
homedecor_modpack/homedecor_lighting/.luacheckrc
2020-08-05 16:01:47 +02:00

24 lines
361 B
Lua

unused_args = false
allow_defined_top = true
max_comment_line_length = 999
read_globals = {
"DIR_DELIM",
"minetest", "core",
"unpack",
"dump",
table = { fields = { "copy", "getn" } },
"vector", "nodeupdate",
"VoxelManip", "VoxelArea",
"PseudoRandom", "ItemStack",
"default",
"homedecor",
"mesecon",
"unifieddyes",
"screwdriver",
}
globals = {
}