diff --git a/.luacheckrc b/.luacheckrc index 97da4c3..e7d839d 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -4,7 +4,7 @@ allow_defined_top = true exclude_files = {".luacheckrc"} globals = { - "xcompat", + "minetest", "xcompat", } read_globals = { @@ -18,7 +18,5 @@ read_globals = { "vector", "ItemStack", "dump", "DIR_DELIM", "VoxelArea", "Settings", "PcgRandom", "VoxelManip", "PseudoRandom", --mod produced - "minetest", "default", "mcl_sounds", "ks_sounds", - "nodes_nature", "fl_stone", "fl_topsoil", "fl_trees", - "hades_sounds", "rp_sounds", + "default", "mcl_sounds", "ks_sounds", "nodes_nature", "fl_stone", "fl_topsoil", "fl_trees", "hades_sounds", "rp_sounds", } \ No newline at end of file