Skip to content
Snippets Groups Projects
Commit eabd2372 authored by Auke Kok's avatar Auke Kok
Browse files

Luacheck: make this a bit more useful by adding common symbols.

parent 9d4ac9bd
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,9 @@ allow_defined_top = true
read_globals = {
"DIR_DELIM",
"minetest", "core",
"unpack",
"dump",
table = { fields = { "copy", "getn" } },
"vector", "nodeupdate",
"VoxelManip", "VoxelArea",
"PseudoRandom", "ItemStack",
......@@ -17,6 +19,7 @@ read_globals = {
"mesecon",
"unifieddyes",
"creative",
"homedecor_i18n",
}
globals = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment