diff --git a/mod.cdb.json b/mod.cdb.json new file mode 100644 index 0000000..a5470e1 --- /dev/null +++ b/mod.cdb.json @@ -0,0 +1,83 @@ +{ + "name": "computing", + "title": "Computing", + "type": "MOD", + "version": "1.0.0", + "dev_state":"BETA", + "min_minetest_version": "5.7", + "max_minetest_version": null, + "authors": [ + { + "name": "Lunovox Heavenfinder", + "email": "lunovox@disroot.org", + "social web": "http:qoto.org/@lunovox", + "webchat": "https://cloud.disroot.org/call/9aa2t7ib", + "xmpp": "xmpp:lunovox@disroot.org?join", + "mumble": "mumble:mumble.disroot.org", + "homepage": "https://libreplanet.org/wiki/User:Lunovox", + "more contacts": "https://libreplanet.org/wiki/User:Lunovox", + }, + ], + "tags": [ + "Commerce / Economy", + "Multiplayer-focused", + "Crafting", + "Beta", + ], + "keywords": [ + "lunovox", + "computing", + "device", + "smartphone", + "multiplayer", + ], + "languages": [ + "en", + "pt", + "pt_BR", + ], + "supported_games": [ + "minetest_game", + ], + "dependencies": + { + "default": "https://content.minetest.net/packages/Minetest/minetest_game/", + "keys": "https://content.minetest.net/packages/Minetest/minetest_game/", + }, + "optional_dependencies": + { + "components": "https://gitlab.com/lunovox/components", + }, + "license": { + "is_foss":true, + "name":"GNU AGPL-3.0 or later", + "url": "https://gitlab.com/lunovox/computing/-/raw/main/LICENSE_CODE.md", + }, + "media_license": { + "is_foss":false, + "name":"CC BY-SA 4.0" + "url":"https://gitlab.com/lunovox/computing/-/blob/main/LICENSE_MEDIA.md", + }, + "screenshots": [ + "https://gitlab.com/lunovox/computing/-/raw/main/screenshot.png", + ], + "website": null, + "forums": null, + "video_url": null, + "donate_url": "https://liberapay.com/Lunovox/donate", + "translation_url": "https://gitlab.com/lunovox/computing/-/blob/main/locale/README.md", + "repo": "https://gitlab.com/lunovox/computing.git", + "ignore": [ + ".git", + "*.~", + "*.old", + "*.bkp", + "*.backup", + "*.mo", + "*.diff", + "*.patch", + ], + "issue_tracker": "https://gitlab.com/lunovox/computing/-/issues", + "short_description":"Add multiple computing devices such as: Smartphones and Desktops. It supports several apps integrated by other mods.", + "long_description": null, +} \ No newline at end of file diff --git a/mod.conf b/mod.conf index 7ddb768..9604c59 100644 --- a/mod.conf +++ b/mod.conf @@ -1,7 +1,7 @@ name = computing title = Computing -description = Add multiple computing devices such as: Smartphones and Desktops. -version = 0.1.0 +description = Add multiple computing devices such as: Smartphones and Desktops. It supports several apps integrated by other mods. +version = 1.0.0 dev_state = ALPHA license = GNU AGPL-3.0 media_license = CC BY-SA 4.0 @@ -12,7 +12,7 @@ min_minetest_version = 5.7 max_minetest_version = author = Lunovox Heavenfinder: [email](mailto:lunovox@disroot.org), [social web](http:qoto.org/@lunovox), [webchat](https://cloud.disroot.org/call/9aa2t7ib), [xmpp](xmpp:lunovox@disroot.org?join), [Mumble](mumble:mumble.disroot.org), [more contacts](https:libreplanet.org/wiki/User:Lunovox) created = 2024-11-10 10:42:01 -update = 2024-11-20 02:34 +update = 2024-11-21 22:11 donate_url = https://liberapay.com/Lunovox/donate -translation_url = https://gitlab.com/lunovox/computing/-/blob/master/locale/README.md +translation_url = https://gitlab.com/lunovox/computing/-/blob/main/locale/README.md repository = https://gitlab.com/lunovox/computing