mirror of
https://github.com/mt-mods/xcompat.git
synced 2025-01-05 07:40:37 +01:00
move one global back in .luacheckrc
This commit is contained in:
parent
b832ca00da
commit
d266415853
@ -4,7 +4,7 @@ allow_defined_top = true
|
|||||||
exclude_files = {".luacheckrc"}
|
exclude_files = {".luacheckrc"}
|
||||||
|
|
||||||
globals = {
|
globals = {
|
||||||
"xcompat",
|
"minetest", "xcompat",
|
||||||
}
|
}
|
||||||
|
|
||||||
read_globals = {
|
read_globals = {
|
||||||
@ -18,7 +18,5 @@ read_globals = {
|
|||||||
"vector", "ItemStack", "dump", "DIR_DELIM", "VoxelArea", "Settings", "PcgRandom", "VoxelManip", "PseudoRandom",
|
"vector", "ItemStack", "dump", "DIR_DELIM", "VoxelArea", "Settings", "PcgRandom", "VoxelManip", "PseudoRandom",
|
||||||
|
|
||||||
--mod produced
|
--mod produced
|
||||||
"minetest", "default", "mcl_sounds", "ks_sounds",
|
"default", "mcl_sounds", "ks_sounds", "nodes_nature", "fl_stone", "fl_topsoil", "fl_trees", "hades_sounds", "rp_sounds",
|
||||||
"nodes_nature", "fl_stone", "fl_topsoil", "fl_trees",
|
|
||||||
"hades_sounds", "rp_sounds",
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user