1
0
mirror of https://github.com/mt-mods/hangglider.git synced 2025-01-24 09:00:19 +01:00
hangglider/.luacheckrc
tenplus1 071fe93cf5
add pova support (#20)
* Update mod.conf

add pova optional dependency

* Update init.lua

add support for pova

* Update .luacheckrc

---------

Co-authored-by: Luke aka SwissalpS <161979+SwissalpS@users.noreply.github.com>
2025-01-18 17:42:39 +01:00

14 lines
141 B
Lua

globals = {
"areas",
"hangglider",
}
read_globals = {
"minetest",
"vector", "ItemStack",
"player_monoids",
"pova",
"unifieddyes",
}