mirror of
https://github.com/mt-mods/hangglider.git
synced 2024-11-16 07:20:39 +01:00
c2f339c0a4
* 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
12 lines
117 B
Lua
12 lines
117 B
Lua
globals = {
|
|
"areas",
|
|
}
|
|
|
|
read_globals = {
|
|
"minetest",
|
|
"vector", "ItemStack",
|
|
|
|
"player_monoids",
|
|
"unifieddyes",
|
|
}
|