Add patches of bare 'dry dirt' to savanna
[oweals/minetest_game.git] / .luacheckrc
index fe87fdce88209cfdc785bd1ca47708f2186a64b2..c3df64be4954f481d90a63fd0f6616ccd896fff2 100644 (file)
@@ -7,10 +7,12 @@ read_globals = {
        "dump",
        "vector",
        "VoxelManip", "VoxelArea",
-       "PseudoRandom", "ItemStack",
+       "PseudoRandom", "PcgRandom",
+       "ItemStack",
+       "Settings",
        "unpack",
-       -- Silence "accessing undefined field copy of global table".
-       table = { fields = { "copy" } }
+       -- Silence errors about custom table methods.
+       table = { fields = { "copy", "indexof" } }
 }
 
 -- Overwrites minetest.handle_node_drops