homedecor_modpack/.luacheckrc
Louis Royer 1c7ceb2e90 MT5 translation for homedecor_common
- Remove intllib support
- Fix luacheck warnings (except for 1 I don't know what to do)
- Removes homedecor_common/mt_game_beds_functions.lua (we can get the
function directly from `beds` mod instead of using an obsolete copie; I
have not re-enabled bed-sleeping, but it should work)
2020-08-05 16:01:47 +02:00

34 lines
480 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",
"doors",
"stairsplus",
"stairs",
"screwdriver",
"beds",
"technic",
"mesecon",
"unifieddyes",
"creative",
"homedecor",
"player_api",
"skins",
}
globals = {
"armor",
"signs_lib",
}