Chest: Redo new chests to use single-tile textures where possible
[oweals/minetest_game.git] / .luacheckrc
index 6f4fdd2cbf8a3046c500c24b6cc01088a1bbd07e..3c7ec693569c305163c7f3938ed902a78b3b4d63 100644 (file)
@@ -8,6 +8,8 @@ read_globals = {
        "vector",
        "VoxelManip", "VoxelArea",
        "PseudoRandom", "ItemStack",
+       "Settings",
+       "unpack",
        -- Silence "accessing undefined field copy of global table".
        table = { fields = { "copy" } }
 }