mirror of
https://gitlab.com/lunovox/minertrade.git
synced 2025-03-15 05:31:20 +00:00
This commit is contained in:
parent
1627146ffe
commit
2376bb969d
3 changed files with 19 additions and 12 deletions
20
README.md
20
README.md
|
@ -4,7 +4,7 @@ Other Screenshots: [02] [03] [04] [05] [06] [07] [08] [09]
|
|||
|
||||
Badge: [![ContentDB_en_icon]][ContentDB_en_link] [![DownloadsCDB_en_icon]][DownloadsCDB_en_link]
|
||||
|
||||
# 💵 [MINERTRADE]
|
||||
# 💵 [MINERTRADE][mod_minertrade]
|
||||
|
||||
[![minetest_icon]][minetest_link] It adds various types of money, Exchange Table, Dispensing Machines, and ATMs in stores.
|
||||
|
||||
|
@ -42,8 +42,10 @@ Badge: [![ContentDB_en_icon]][ContentDB_en_link] [![DownloadsCDB_en_icon]][Downl
|
|||
| :--: | :--: | :-- |
|
||||
| default | Mandatory | Minetest Game Included. |
|
||||
| dye | Mandatory | Minetest Game Included. |
|
||||
| [intllib] | Optional | Facilitates the translation of this mod into your native language, or other languages. |
|
||||
| [correio] | Optional | Issues a letter to the owner of the ```Dispensing Machine``` when the machine needs the owner's intervention. |
|
||||
| [intllib][mod_intllib] | Optional | Facilitates the translation of this mod into your native language, or other languages. |
|
||||
| [correio][mod_correio] | Optional | Issues a letter to the owner of the ```Dispensing Machine``` when the machine needs the owner's intervention. |
|
||||
| [eurn][mod_eurn] | Optional | Select by vote who will be the president of the server with access to the public safe. |
|
||||
| [computing][mod_computing] | Optional | Add multiple devices, such as mobile phones and desktops, that allow you to access the bank remotely. |
|
||||
|
||||
## **License:**
|
||||
|
||||
|
@ -92,10 +94,8 @@ You don't need to do any of these presets mentioned below to make this mod work.
|
|||
[07]:https://gitlab.com/lunovox/minertrade/-/raw/master/screenshot7.png
|
||||
[08]:https://gitlab.com/lunovox/minertrade/-/raw/master/screenshot8.png
|
||||
[09]:https://gitlab.com/lunovox/minertrade/-/raw/master/screenshot9.png
|
||||
[correio]:https://gitlab.com/lunovox/correio
|
||||
[English]:https://en.wikipedia.org/wiki/GNU_Affero_General_Public_License
|
||||
[Git Repository]:https://gitlab.com/lunovox/minertrade
|
||||
[intllib]:https://content.luanti.org/packages/kaeza/intllib/
|
||||
|
||||
[license_code_icon]:https://img.shields.io/static/v1?label=LICENSE%20CODE&message=GNU%20AGPL%20v3.0&color=yellow
|
||||
[license_code_link]:https://gitlab.com/lunovox/minertrade/-/raw/master/LICENSE_CODE
|
||||
|
@ -103,12 +103,18 @@ You don't need to do any of these presets mentioned below to make this mod work.
|
|||
[license_media_link]:https://gitlab.com/lunovox/minertrade/-/raw/master/LICENSE_MEDIA
|
||||
|
||||
[locale/README.md]:https://gitlab.com/lunovox/minertrade/-/tree/master/locale?ref_type=heads
|
||||
[MINERTRADE]:https://gitlab.com/lunovox/minertrade
|
||||
[mod_minertrade]:https://gitlab.com/lunovox/minertrade
|
||||
[minetest_icon]:https://img.shields.io/static/v1?label=Minetest&message=Mod&color=brightgreen
|
||||
[minetest_link]:https://minetest.net
|
||||
|
||||
[mod_computing]:https://gitlab.com/lunovox/computing
|
||||
[mod_correio]:https://gitlab.com/lunovox/correio
|
||||
[mod_eurn]:https://gitlab.com/lunovox/e-urn
|
||||
[mod_intllib]:https://content.luanti.org/packages/kaeza/intllib/
|
||||
[mod_tradelands]:https://gitlab.com/Lunovox/tradelands
|
||||
|
||||
[Portuguese]:https://pt.wikipedia.org/wiki/GNU_Affero_General_Public_License
|
||||
[Stable Versions]:https://gitlab.com/lunovox/minertrade/-/tags
|
||||
[tradelands]:https://gitlab.com/Lunovox/tradelands
|
||||
|
||||
[wiki_en_icon]:https://img.shields.io/static/v1?label=GNU%20AGPL%20v3.0&message=EN&color=blue
|
||||
[wiki_en_link]:https://en.wikipedia.org/wiki/GNU_Affero_General_Public_License
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "minertrade",
|
||||
"title": "Minertrade",
|
||||
"type": "MOD",
|
||||
"version": "v2.2.4",
|
||||
"version": "v2.3.0",
|
||||
"dev_state":"ALPHA",
|
||||
"min_minetest_version": "5.7",
|
||||
"max_minetest_version": null,
|
||||
|
@ -53,8 +53,9 @@
|
|||
"optional_dependencies":
|
||||
{
|
||||
"intllib": "https://content.minetest.net/packages/kaeza/intllib/",
|
||||
"eurn": "https://gitlab.com/lunovox/correio",
|
||||
"correio": "https://gitlab.com/lunovox/correio",
|
||||
"eurn": "https://gitlab.com/lunovox/e-urn",
|
||||
"computing": "https://gitlab.com/lunovox/computing",
|
||||
},
|
||||
"license": {
|
||||
"is_foss":true,
|
||||
|
|
6
mod.conf
6
mod.conf
|
@ -3,18 +3,18 @@
|
|||
name = minertrade
|
||||
title = Minertrade
|
||||
description = It adds various types of money, exchange table, Dispensing Machines, ATMs in stores.
|
||||
version = 2.2.4
|
||||
version = 2.3.0
|
||||
dev_state = BETA
|
||||
license = GNU AGPL-3.0
|
||||
media_license = CC BY-SA 4.0
|
||||
supported_games = minetest_game
|
||||
depends = default,dye
|
||||
optional_depends = intllib,correio,eurn
|
||||
optional_depends = intllib,correio,eurn,computing
|
||||
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 = 2017-03-13 00:00
|
||||
update = 2024-11-04 04:11
|
||||
update = 2024-11-19 14:55
|
||||
donate_url = https://liberapay.com/Lunovox/donate
|
||||
translation_url = https://gitlab.com/lunovox/minertrade/-/blob/master/locale/README.md
|
||||
repository = https://gitlab.com/lunovox/minertrade
|
||||
|
|
Loading…
Add table
Reference in a new issue