From 84ee5f1532670aa7bb249954c8b9048dcfa19e69 Mon Sep 17 00:00:00 2001 From: AntumDeluge Date: Fri, 12 May 2017 12:36:20 -0700 Subject: [PATCH] README: Add Git commit information for 'bookmarks_gui' mod: Commit: https://github.com/cornernote/minetest-bookmarks_gui/tree/d369dba --- README.md | 4 +++- mods/ui/bookmarks_gui/bower.json | 18 ++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 mods/ui/bookmarks_gui/bower.json diff --git a/README.md b/README.md index 139c17a1..0c5b394e 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ The game includes the mods from the default [minetest_game](https://github.com/m * [helicopter][] ([GPL][lic.gpl2.0]) -- version: [10f1433 Git][ver.helicopter] ([patched][patch.helicopter]) *2015-07-15* * [hovercraft][] ([LGPL / CC BY-SA / CC0][lic.hovercraft]) -- version: [7b0df6f Git][ver.hovercraft] *2016-04-10* ([patched][patch.hovercraft]) * ui/ - * [bookmarks_gui][] ([BSD 3-Clause](mods/ui/bookmarks_gui/LICENSE)) + * [bookmarks_gui][] ([BSD 3-Clause][lic.bookmarks_gui]) -- version: [d369dba Git][ver.bookmarks_gui] *2015-08-14* * [home_gui][] ([BSD 3-Clause](mods/ui/home_gui/LICENSE)) -- version: [f6b5001 Git][ver.home_gui] *2015-08-14* * [hud][] ([LGPL / CC BY-SA / WTFPL](mods/ui/hud/README.txt)) * [hudmap][] ([LGPL][lic.lgpl2.1] / WTFPL][lic.wtfpl]) @@ -321,6 +321,7 @@ The game includes the mods from the default [minetest_game](https://github.com/m [lic.antum]: mods/mp_antum/LICENSE.txt [lic.awards]: mods/awards/LICENSE.txt [lic.bags]: mods/inventory/bags/LICENSE +[lic.bookmarks_gui]: mods/ui/bookmarks_gui/LICENSE [lic.bridges]: mods/buildings/bridges/README.md [lic.campfire]: mods/campfire/README.md [lic.character_creator]: mods/player_visuals/character_creator/license.txt @@ -397,6 +398,7 @@ The game includes the mods from the default [minetest_game](https://github.com/m [ver.bags]: https://github.com/cornernote/minetest-bags/tree/f17d829 [ver.bedrock2]: http://repo.or.cz/minetest_bedrock2.git/tree/0378b61 [ver.biome_lib]: https://github.com/minetest-mods/biome_lib/tree/9cdcdcf +[ver.bookmarks_gui]: https://github.com/cornernote/minetest-bookmarks_gui/tree/d369dba [ver.bridges]: https://github.com/Sokomine/bridges/tree/5b5f475 [ver.campfire]: https://github.com/Napiophelios/campfire/tree/b45acd2 [ver.character_creator]: https://github.com/Rui-Minetest/character_creator/tree/6a0e6aa diff --git a/mods/ui/bookmarks_gui/bower.json b/mods/ui/bookmarks_gui/bower.json new file mode 100644 index 00000000..261e6c25 --- /dev/null +++ b/mods/ui/bookmarks_gui/bower.json @@ -0,0 +1,18 @@ +{ + "name": "bookmarks_gui", + "description": "Allows players to set bookmark positions and then go to them using the inventory screen.", + "keywords": [ + "bookmarks_gui" + ], + "homepage": "http://cornernote.github.io/minetest-bookmarks_gui/", + "forum": "http://forum.minetest.net/viewtopic.php?f=11&t=3219", + "screenshots": [ + "https://cornernote.github.io/minetest-bookmarks_gui/img/screenshot.png" + ], + "dependencies": { + "inventory_plus": "~1.0.0" + }, + "authors": [ + "cornernote" + ] +}