forked from mtcontrib/homedecor_modpack
9a814da186
- update .luacheckrc because stairs is used - remove dependency to homedecor_common (not needed anymore) - improve french translation
31 lines
446 B
Lua
31 lines
446 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",
|
|
"intllib",
|
|
"default",
|
|
"stairsplus",
|
|
"stairs",
|
|
"signs_lib",
|
|
"beds",
|
|
"technic",
|
|
"mesecon",
|
|
"unifieddyes",
|
|
"creative",
|
|
"homedecor_i18n",
|
|
}
|
|
|
|
globals = {
|
|
"armor",
|
|
}
|
|
|