From 07d4778ffb59dda5bea2aabb89b75104eb4deb70 Mon Sep 17 00:00:00 2001 From: general Date: Tue, 23 Aug 2022 11:20:42 -0400 Subject: [PATCH] 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) --- LICENSE.txt | 1 + README.md | 52 +++++++++++++++----------------------------------- game.conf | 5 ++++- mods/README.md | 8 +++++--- 4 files changed, 25 insertions(+), 41 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 48f0b8d..58e2f65 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -12,6 +12,7 @@ Copyright (C) 2015 paramat CC BY-SA 3.0 License of source code ---------------------- +Copyright (C) 2010-2012 Blockmen Copyright (C) 2010-2012 celeron55, Perttu Ahola See README.txt in each mod directory for information about other authors. diff --git a/README.md b/README.md index f1fc3ab..cac09f1 100644 --- a/README.md +++ b/README.md @@ -5,24 +5,24 @@ The default game for the Minetest4 engine. This is a fork from minetest default game, this 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 ------------ 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 -also a minetest4 game version too in `stable-4.0` branch. +that is focused in v4 of minetest but mainly in 0.4 release. There's +also a minetest5 game version too in `stable-5.2` branch. 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) -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 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, 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 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 -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: @@ -45,41 +47,17 @@ For further information or help, see: https://wiki.minetest.net/Installing_Mods ## Content -* api -* beds -* 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. +This sub game or game will contain a set of mods, that provide a behaviour of the game, +For more information check [mods/README.md](mods/README.md) ## 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 -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 -See `LICENSE.txt` +See `LICENSE.txt`, Blockmen was the original and fisrt person to provide this set game. + diff --git a/game.conf b/game.conf index c7cff99..8be72f3 100644 --- a/game.conf +++ b/game.conf @@ -1,3 +1,6 @@ name = Minetest4 -author = various +title = Minetest4 +author = Blockmen description = MinenuX game bundled default with Minetest4 +min_minetest_version = 0.4.15 +max_minetest_version = 5.1 \ No newline at end of file diff --git a/mods/README.md b/mods/README.md index 2046af8..71fc226 100644 --- a/mods/README.md +++ b/mods/README.md @@ -5,6 +5,8 @@ For information check [../README.md](../README.md) ## Content +Most of those mods have mirror at http://git.mirror.org + | 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) | @@ -38,10 +40,10 @@ pooly provided and better managed by mods like rspawn and spawnrandom. ## 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 -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