1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2024-09-20 02:10:25 +02:00
homedecor_modpack/.luacheckrc
2017-02-22 22:48:45 -03:00

26 lines
333 B
Lua

unused_args = false
allow_defined_top = true
read_globals = {
"DIR_DELIM",
"minetest", "core",
"dump",
"vector", "nodeupdate",
"VoxelManip", "VoxelArea",
"PseudoRandom", "ItemStack",
"intllib",
"default",
"stairsplus",
"signs_lib",
"beds",
"technic",
"mesecon",
"unifieddyes",
"creative",
}
globals = {
"armor",
}