update information and references.. use git.minetest.org as mirror

* update game info and release focused version
* modernize the game.conf but mantanin compatibility
* provide LICENSE clarification about real autor historicaly (blockmen)
This commit is contained in:
general 2022-08-23 11:20:42 -04:00
parent d82008a256
commit 07d4778ffb
4 changed files with 25 additions and 41 deletions

View File

@ -12,6 +12,7 @@ Copyright (C) 2015 paramat CC BY-SA 3.0
License of source code License of source code
---------------------- ----------------------
Copyright (C) 2010-2012 Blockmen
Copyright (C) 2010-2012 celeron55, Perttu Ahola <celeron55@gmail.com> Copyright (C) 2010-2012 celeron55, Perttu Ahola <celeron55@gmail.com>
See README.txt in each mod directory for information about other authors. See README.txt in each mod directory for information about other authors.

View File

@ -5,24 +5,24 @@ The default game for the Minetest4 engine.
This is a fork from minetest default game, this This is a fork from minetest default game, this
are made from minenux project https://codeberg.org/minenux are made from minenux project https://codeberg.org/minenux
for minetest v5 and minetest v4 or 0.4. for minetest v4 and minetest v5 or 5.X releases.
Introduction Introduction
------------ ------------
This is the branch `stable-4.0` of minetest game for minetest4 a version This is the branch `stable-4.0` of minetest game for minetest4 a version
that is focused in v5 of minetest but mainly in 4.0 release. There's that is focused in v4 of minetest but mainly in 0.4 release. There's
also a minetest4 game version too in `stable-4.0` branch. also a minetest5 game version too in `stable-5.2` branch.
This are focused to provide minimal default game featured for minetest4 This are focused to provide minimal default game featured for minetest4
to be playable, with an [api](game_api.md) for more aditions (in the form of mods) to be playable, with an [api](game_api.md) for more aditions (in the form of mods)
For further information, check the [Minetest Wiki](https://wiki.minetest.net/Subgames/Minetest_Game) For further information, check the [Minetest Wiki](https://wiki.minetest.org/index.php?title=Games/Minetest_Game)
## Download ## Download
Can be obtained from https://codeberg.org/minenux/minetest-game-minetest/tags Can be obtained from https://codeberg.org/minenux/minetest-game-minetest/tags
those like 4.0.X by example https://codeberg.org/minenux/minetest-game-minetest/releases/tag/4.0.17 those like 4.0.17 by example https://codeberg.org/minenux/minetest-game-minetest/releases/tag/4.0.17
It will download a tar.gz file, uncompress the content and a directory will be created, It will download a tar.gz file, uncompress the content and a directory will be created,
the name of the directory does not matter, the contents will be used later to install. the name of the directory does not matter, the contents will be used later to install.
@ -31,9 +31,11 @@ When stable releases are made, Minetest Game and the Minetest engine is packaged
and made available at https://codeberg.org/minenux/minetest-engine/archive/stable-4.0.tar.gz and made available at https://codeberg.org/minenux/minetest-engine/archive/stable-4.0.tar.gz
or generally at https://codeberg.org/minenux/minetest-engine/releases/tag/4.0.17 by example. or generally at https://codeberg.org/minenux/minetest-engine/releases/tag/4.0.17 by example.
This have a mirror at https://git.minetest.org/minenux/minetest-game-minetest/releases
## Installation ## Installation
This game can be used in any version from 5.0 to 4.0, it may work with 5.3 but not with 5.5 This game can be used in any version from 0.4.15 to 5.1, it may work with recent version but with issues
After download, rename the directory decompressed to `minetest_game` and put to the "games" directory: After download, rename the directory decompressed to `minetest_game` and put to the "games" directory:
@ -45,41 +47,17 @@ For further information or help, see: https://wiki.minetest.net/Installing_Mods
## Content ## Content
* api This sub game or game will contain a set of mods, that provide a behaviour of the game,
* beds For more information check [mods/README.md](mods/README.md)
* bucket
* bones
* boats
* creative
* default
* doors
* farming
* fire
* give_initial_stuff
* stairs
* carts
* dye
* flowers
* screwdriver
* tnt
* xpanes
* sfinv
* vessels
* walls
* wool
The default mod provides sethome and player_api call ones, binoculars from v5 are
just separate privilegies for zoom, butterflies and fireflies from v5 can be set
by dmobs or mobs_doomed mod, the spawn mod is just minimal spawn management
pooly provided and better managed by mods like rspawn and spawnrandom.
## Compatibility ## Compatibility
This source code and files are only compatible with matched minetest4 engine This source code and files are focused in most olders minetest4 engine or 0.4.X ones
from https://codeberg.org/minenux/minetest-engine/src/branch/stable-4.0 from https://codeberg.org/minenux/minetest-engine/src/branch/stable-4.0
Additionally, when the Minetest4 engine is tagged to be a certain version (e.g.
4.0.17), Minetest Game is tagged with the version 4.0.17 too. For minetest5 check https://codeberg.org/minenux/minetest-engine/src/branch/stable-5.2
## Licensing ## Licensing
See `LICENSE.txt` See `LICENSE.txt`, Blockmen was the original and fisrt person to provide this set game.

View File

@ -1,3 +1,6 @@
name = Minetest4 name = Minetest4
author = various title = Minetest4
author = Blockmen
description = MinenuX game bundled default with Minetest4 description = MinenuX game bundled default with Minetest4
min_minetest_version = 0.4.15
max_minetest_version = 5.1

View File

@ -5,6 +5,8 @@ For information check [../README.md](../README.md)
## Content ## Content
Most of those mods have mirror at http://git.mirror.org
| mod name | origin or work | version | info | | mod name | origin or work | version | info |
| ------------------ | --------------------------------------------------- | -------- | --- | | ------------------ | --------------------------------------------------- | -------- | --- |
| api | https://codeberg.org/minenux/minetest-game-minetest | https://codeberg.org/minenux/minetest-game-minetest/commit/c7cb79422ba19c696966472942db6177c934838d | [api](../game_api.md) | | api | https://codeberg.org/minenux/minetest-game-minetest | https://codeberg.org/minenux/minetest-game-minetest/commit/c7cb79422ba19c696966472942db6177c934838d | [api](../game_api.md) |
@ -38,10 +40,10 @@ pooly provided and better managed by mods like rspawn and spawnrandom.
## Compatibility ## Compatibility
This source code and files are only compatible with matched minetest4 engine This source code and files are focused in most olders minetest4 engine or 0.4.X ones
from https://codeberg.org/minenux/minetest-engine/src/branch/stable-4.0 from https://codeberg.org/minenux/minetest-engine/src/branch/stable-4.0
Additionally, when the Minetest4 engine is tagged to be a certain version (e.g.
4.0.17), Minetest Game is tagged with the version 4.0.17 too. For minetest5 check https://codeberg.org/minenux/minetest-engine/src/branch/stable-5.2
## Licensing ## Licensing