README.md updated

octatican (16b9e2f1ef)
This commit is contained in:
Alexander Weber 2018-04-21 13:49:27 +02:00 committed by sofar
parent 15a953d3b2
commit 7f4fd224a5
1 changed files with 33 additions and 4 deletions

View File

@ -1,7 +1,36 @@
Jumping
# Jumping
Jumping is a mod for minetest that adds trampolines, cushions, ...
Jumping is a mod for Minetest that adds trampolines of different power levels, and cushions! The trampolines allow you to jump higher, while the cushions let you fall farther and not take as much damage.
License: GPLv3
## Recipes
### Cushion
![Cushion Recipe](textures/.example/cushion_recipe.png)
Creator: Jeija
* ![Cotton](textures/.example/farming_cotton.png) - Cotton
* ![Wool (can be any colour)](textures/.example/wool.png) - Wool (can be any colour, as long as it is wool)
The wool can be any colour, however, different coloured cushions and trampolines will soon be added creating a use for the different colours of wool.
Two wool is required because you would probably want as much "cushioning" as possible in a cushion. The cotton is meant as an outline creating the cloth surrounding the wool.
### Trampoline
![Trampoline Recipe](textures/.example/trampoline_recipe.png)
* ![Steel Ingot](textures/.example/default_steel_ingot.png) - Steel Ingot
* ![Cushion](textures/.example/jumping_cushion.png) - Cushion
When coloured cushions are implemented, colour will become not only an indicator to show how bouncy the trampoline is, but also a decoration on the top. You can also look at the InfoText to find the value showing how bouncy said trampoline is. This is called the "bouncy level."
To change the bouncy level, simply left click (punch) any trampoline. This will increase the bouncy level by 1 until 6. Right click to decrease the bouncy level by 1, until 1.
The steel ingots are used for the legs, while the cushions are obviously acting as the canvas. In fact, when some type of canvas is added, it will be used instead for the trampoline recipe.
## Development Repositories
* **Jeija **: [Jeija/minetest-mod-jumping](http://github.com/Jeija/minetest-mod-jumping)
## License and Information
**License**: [GPLv3](http://www.gnu.org/licenses/gpl-3.0.en.html)
**Creator**: [Jeija](http://github.com/Jeija)