minetest_mod_weather/.luacheckrc

9 lines
152 B
Lua

allow_defined_top = true
read_globals = {
"minetest",
"dump", "vector",
"VoxelManip", "VoxelArea",
table = { fields = { "copy" } },
"lightning",
}