[trampoline] Update readme info for GitHub repo

master
AntumDeluge 2017-05-02 19:51:11 -07:00
parent f3720462f9
commit fb56750b37
2 changed files with 21 additions and 33 deletions

View File

@ -37,7 +37,7 @@ The game includes the mods from the default [minetest_game](https://github.com/m
* [farming_plus][] ([WTFPL](mods/farming/farming_plus/README.txt))
* furniture/
* [jukebox][] ([WTFPL / CC0][lic.jukebox]) -- version: [e6a507f Git][ver.jukebox]
* [trampoline][] ([GPL](mods/furniture/trampoline/LICENSE.txt))
* [trampoline][] ([GPL](mods/furniture/trampoline/LICENSE.txt)) -- version: [0c9c9c8 Git][ver.trampoline]
* [trash_can][] ([MIT](mods/furniture/trash_can/LICENSE.txt))
* [intllib][] (WTFPL)
* inventory/
@ -268,7 +268,7 @@ The game includes the mods from the default [minetest_game](https://github.com/m
[tnt]: https://forum.minetest.net/viewtopic.php?id=2902
[torches]: https://forum.minetest.net/viewtopic.php?t=6099
[tools_obsidian]: https://forum.minetest.net/viewtopic.php?t=14236
[trampoline]: mods/furniture/trampoline
[trampoline]: https://github.com/AntumDeluge/mtmod-trampoline
[trash_can]: https://forum.minetest.net/viewtopic.php?t=6315
[trees]: https://forum.minetest.net/viewtopic.php?f=11&t=5713
[unified_inventory]: https://forum.minetest.net/viewtopic.php?id=3933
@ -363,6 +363,7 @@ The game includes the mods from the default [minetest_game](https://github.com/m
[ver.throwing]: https://github.com/Jeija/minetest-mod-throwing/tree/79ad788
[ver.tnt]: https://github.com/PilzAdam/TNT/tree/d6a0b7d
[ver.tools_obsidian]: https://github.com/Dragonop/tools_obsidian/tree/f77fd79
[ver.trampoline]: https://github.com/AntumDeluge/mtmod-trampoline/tree/0c9c9c8
[ver.unifieddyes]: https://github.com/minetest-mods/unifieddyes/tree/df177c2
[ver.walking_light]: https://github.com/petermaloney/walking_light/tree/93de9b7
[ver.wardrobe]: https://github.com/prestidigitator/minetest-mod-wardrobe/tree/c48b011

View File

@ -19,39 +19,26 @@ License: [GPLv3](LICENSE.txt)
* DS = default:stick
<pre>
-----------------------
| | | |
| DL | DL | DL |
| | | |
|-----------------------|
| | | |
| DW | DW | DW |
| | | |
|-----------------------|
| | | |
| DS | DS | DS |
| | | |
-----------------------
</pre>
Craft recipe:
╔════╦════╦════╗
║ DL ║ DL ║ DL ║
╠════╬════╬════╣
║ DW ║ DW ║ DW ║
╠════╬════╬════╣
║ DS ║ DS ║ DS ║
╚════╩════╩════╝
Crafting a brown trampoline:
<pre>
-----------------------
| | | |
| DL | DL | DL |
| | | |
|-----------------------|
| | | |
| JW | JW | JW |
| | | |
|-----------------------|
| | | |
| DS | DS | DS |
| | | |
-----------------------
</pre>
Craft recipe brown trampoline:
╔════╦════╦════╗
║ DL ║ DL ║ DL ║
╠════╬════╬════╣
║ JW ║ JW ║ JW ║
╠════╬════╬════╣
║ DS ║ DS ║ DS ║
╚════╩════╩════╝
To craft colored trampolines, replace "default:wood" with "colored_wood:wood_[color]".