mesecraft/mods/WORLD/planet_moon/.luacheckrc

25 lines
336 B
Lua

unused_args = false
allow_defined_top = true
globals = {
"mapserver"
}
read_globals = {
-- Stdlib
string = {fields = {"split"}},
table = {fields = {"copy", "getn"}},
-- Minetest
"minetest",
"vector", "ItemStack",
"dump", "VoxelArea",
-- Deps
"unified_inventory", "default",
"vacuum",
-- optional mods
"planetoidgen"
}