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
This commit is contained in:
OgelGames
2023-08-03 16:33:36 +10:00
committed by GitHub
parent 6f837e9e44
commit c2f339c0a4
15 changed files with 353 additions and 261 deletions

View File

@ -1,13 +1,11 @@
globals = {
"hangglider",
"areas"
"areas",
}
read_globals = {
-- Minetest
"minetest",
"vector", "ItemStack",
-- Mod deps
"player_monoids"
"player_monoids",
"unifieddyes",
}