forked from mtcontrib/homedecor_modpack
Luacheck: make this a bit more useful by adding common symbols.
This commit is contained in:
parent
9d4ac9bd9a
commit
eabd237252
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user