From 76479e1eff584e359f79952b4c6eacac143b5e4c Mon Sep 17 00:00:00 2001 From: general Date: Tue, 23 Aug 2022 11:10:29 -0400 Subject: [PATCH 1/2] update information and references.. use git.minetest.org as mirror --- README.md | 47 +++++++++-------------------------------------- game.conf | 4 +++- mods/README.md | 4 +--- 3 files changed, 13 insertions(+), 42 deletions(-) diff --git a/README.md b/README.md index 2db6c3b..72559db 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ also a minetest4 game version too in `stable-4.0` branch. This are focused to provide minimal default game featured for minetest5 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 @@ -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-5.2.tar.gz or generally at https://codeberg.org/minenux/minetest-engine/releases/tag/5.2.1 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 5.2, it may work with 5.3 but not with 5.5 +This game can be used in any version from 5.0 to 5.2, it may work with recents versions After download, rename the directory decompressed to `minetest_game` and put to the "games" directory: @@ -45,46 +47,15 @@ For further information or help, see: https://wiki.minetest.net/Installing_Mods ## Content -* api -* beds -* butterflies -* default -* doors -* dungeon_loot -* farming -* fire -* give_initial_stuff -* bucket -* map -* bones -* fireflies -* player_api -* stairs -* wool -* binoculars -* carts -* dye -* flowers -* screwdriver -* tnt -* xpanes -* boats -* creative -* env_sounds -* game_commands -* sethome -* sfinv -* spawn -* weather -* vessels -* walls +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 minetest5 engine +This source code and files are focused in most newer minetest5 engine from https://codeberg.org/minenux/minetest-engine/src/branch/stable-5.2 -Additionally, when the Minetest5 engine is tagged to be a certain version (e.g. -5.2.1), Minetest Game is tagged with the version 5.2.1 too. + +For minetest4 check https://codeberg.org/minenux/minetest-engine/src/branch/stable-4.0 ## Licensing diff --git a/game.conf b/game.conf index 504677e..2552109 100644 --- a/game.conf +++ b/game.conf @@ -1,3 +1,5 @@ +title = Minetest5 name = Minetest5 author = Minetest -description = MinenuX Bundled by default with Minetest5 +description = GAME set for MinenuX Bundled by default with Minetest5 +min_minetest_version = 0.4.16 diff --git a/mods/README.md b/mods/README.md index 01725ea..3851d2d 100644 --- a/mods/README.md +++ b/mods/README.md @@ -48,10 +48,8 @@ pooly provided and better managed by mods like rspawn and spawnrandom. ## Compatibility -This source code and files are only compatible with matched minetest5 engine +This source code and files are focused in most newer minetest5 engine from https://codeberg.org/minenux/minetest-engine/src/branch/stable-5.2 -Additionally, when the Minetest5 engine is tagged to be a certain version (e.g. -5.2.1), Minetest Game is tagged with the version 5.2.1 too. For minetest4 check https://codeberg.org/minenux/minetest-engine/src/branch/stable-4.0 From 6cdadb49841f1ce511cc487f4bbefccc550ef0c8 Mon Sep 17 00:00:00 2001 From: general Date: Tue, 23 Aug 2022 11:22:47 -0400 Subject: [PATCH 2/2] update information and references.. LICENSE and real author * provide LICENSE clarification about real autor historicaly (blockmen) --- LICENSE.txt | 1 + README.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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 72559db..effa9c5 100644 --- a/README.md +++ b/README.md @@ -59,4 +59,5 @@ For minetest4 check https://codeberg.org/minenux/minetest-engine/src/branch/stab ## Licensing -See `LICENSE.txt` +See `LICENSE.txt` original autor fo first set of mods game was Blockmen +