Changes on Lua checkers

This commit is contained in:
JoseDouglas26 2024-06-09 10:09:51 -03:00
parent d9d289bc0b
commit 574328c870
2 changed files with 3 additions and 1 deletions

View File

@ -25,6 +25,7 @@ read_globals = {
"indexof", "indexof",
"insert_all", "insert_all",
"key_value_swap", "key_value_swap",
"merge"
} }
}, },

View File

@ -16,7 +16,8 @@
"PcgRandom", "PcgRandom",
"ItemStack", "ItemStack",
"AreaStore", "AreaStore",
"vector" "vector",
"voxelibre"
], ],
"workspace.ignoreDir": [".luacheckrc"] "workspace.ignoreDir": [".luacheckrc"]
} }