From 1b72cb573b5208275a20e2d2df5e1f4a41004779 Mon Sep 17 00:00:00 2001 From: OgelGames Date: Wed, 2 Aug 2023 17:48:08 +1000 Subject: [PATCH] almost forgot to add a readme --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..70e8ec1 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +# Hang Glider [hangglider] + +[![luacheck](https://github.com/mt-mods/hangglider/workflows/luacheck/badge.svg)](https://github.com/mt-mods/hangglider/actions) +[![ContentDB](https://content.minetest.net/packages/mt-mods/hangglider/shields/downloads/)](https://content.minetest.net/packages/mt-mods/hangglider/) + +Adds a functional hang glider for exploring. Also works as a parachute to save yourself when falling. + +Rewritten and improved fork of https://notabug.org/Piezo_/minetest-hangglider. + +![](screenshot.png?raw=true) + +## Usage + +To deploy the hang glider, hold the item in your hand and use it (left-click). The same action also closes the hang glider when it's deployed. + +While deployed you can glide around just like walking in the air. Your decent will be slowed until you land on a safe node, which can be any solid node, or a safe liquid like water. Upon landing the hang glider will automatically close. + +## Coloring + +You can color the hang glider by crafting it with any dye. Note the color will only be visible on the item if you are using Minetest 5.8.0 or above. + + +## Repairing + +The hang glider will wear out every time you use it. The hang glider can be repaired by crafting it with wool or paper, or any other method used to repair tools.