1
0
mirror of https://github.com/mt-mods/hangglider.git synced 2024-11-16 07:20:39 +01:00
hangglider/.luacheckrc
OgelGames c2f339c0a4
Hangglider rewrite and improvements (#11)
* hangglider rewrite

* correct job name and use faster luacheck action

* more powerful airbrake and less antigravity

* optimize textures

* Update .luacheckrc

* update item texture to match actual appearance

* up to 256 colors of glider with only one recipe

* fix mtg dye colors not working

* almost forgot to add a readme

* export ignore

* Update mod.conf

* Update README.md
2023-08-03 08:33:36 +02:00

12 lines
117 B
Lua

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