[feat] Adapting the Mod to the <content.luanti.org> standard.

This commit is contained in:
Lunovox 2024-11-21 22:24:16 -03:00
parent 3627c25a1f
commit acd24ab3cd
2 changed files with 87 additions and 4 deletions

83
mod.cdb.json Normal file
View file

@ -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,
}

View file

@ -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