diff --git a/.luacheckrc b/.luacheckrc index 69c015665..d8b2f19c3 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -25,6 +25,7 @@ read_globals = { "indexof", "insert_all", "key_value_swap", + "merge" } }, diff --git a/.luarc.json b/.luarc.json index 7e9e92042..f9eaaca64 100644 --- a/.luarc.json +++ b/.luarc.json @@ -16,7 +16,8 @@ "PcgRandom", "ItemStack", "AreaStore", - "vector" + "vector", + "voxelibre" ], "workspace.ignoreDir": [".luacheckrc"] }