mirror of
https://github.com/mt-mods/hangglider.git
synced 2025-01-24 09:00:19 +01:00
071fe93cf5
* 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>
14 lines
141 B
Lua
14 lines
141 B
Lua
globals = {
|
|
"areas",
|
|
"hangglider",
|
|
}
|
|
|
|
read_globals = {
|
|
"minetest",
|
|
"vector", "ItemStack",
|
|
|
|
"player_monoids",
|
|
"pova",
|
|
"unifieddyes",
|
|
}
|