https://github.com/AntumMT/mod-trampoline
A fork of Jeija's jumping mod
https://github.com/AntumMT/mod-trampoline
game games jeija jumping minetest minetest-mod mod sandbox sandbox-game trampoline
Last synced: over 1 year ago
JSON representation
A fork of Jeija's jumping mod
- Host: GitHub
- URL: https://github.com/AntumMT/mod-trampoline
- Owner: AntumMT
- License: gpl-3.0
- Created: 2017-05-03T01:38:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T03:51:02.000Z (about 5 years ago)
- Last Synced: 2025-01-18T11:41:47.859Z (over 1 year ago)
- Topics: game, games, jeija, jumping, minetest, minetest-mod, mod, sandbox, sandbox-game, trampoline
- Language: Lua
- Homepage: https://github.com/Jeija/minetest-mod-jumping
- Size: 679 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
# Trampoline
Forked from [Jeija's jumping mod](https://forum.minetest.net/viewtopic.php?t=2957) @ [Git commit 47df671](https://github.com/Jeija/minetest-mod-jumping/tree/47df671545c55f446d1b2cd08d39a8ded40475d5).

### Licensing:
- Code: [GPLv3](LICENSE.txt)
- Textures: CC0
- Sounds: [CC0](docs/sources_sounds.txt)
### Dependencies:
- Required:
- none
- Optional:
- [default][mod.default] (required for craft recipe)
- [technic][mod.technic] (required for craft recipe)
- [unifieddyes][mod.unifieddyes] (required for coloring)
### Crafting:
Spoiler:
Key:
- TR = technic:rubber
- GW = group:wood
- GS = group:stick
Craft recipe:
```
╔════╦════╦════╗
║ TR ║ TR ║ TR ║
╠════╬════╬════╣
║ GW ║ GW ║ GW ║
╠════╬════╬════╣
║ GS ║ ║ GS ║
╚════╩════╩════╝
```
### Links:
- [Minetest forum](https://forum.minetest.net/viewtopic.php?t=17691)
- [Git repo](https://github.com/AntumMT/mod-trampoline)
- [Changelog](CHANGES.txt)
- [TODO](TODO.txt)
[mod.default]: https://github.com/minetest/minetest_game/tree/master/mods/default
[mod.technic]: https://forum.minetest.net/viewtopic.php?t=2538
[mod.unifieddyes]: https://forum.minetest.net/viewtopic.php?t=2178