From 11102e4e17710c3c87598f127ba8c446eabaeaac Mon Sep 17 00:00:00 2001 From: mckaygerhard Date: Tue, 23 Nov 2021 23:07:32 -0400 Subject: [PATCH] minetest 5 game with some backports from 5.3 * updated README for our fork minenux * minetest 5 game with some backports from 5.3 * Fix boat floating in the air when water being drained away backported https://github.com/minetest/minetest_game/pull/2788 fixed * Do not crash when a skeleton key is used on an unknown node backported https://github.com/minetest/minetest_game/pull/2806 * default: Add missing nodes to list backported https://github.com/minetest/minetest_game/pull/2799 --- README.md | 23 ++++++++++++----------- game.conf | 4 ++-- settingtypes.txt | 4 ++-- 3 files changed, 16 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index a88d83c..2b88f79 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Minetest Game +# Minetest5 Game -The default game bundled in the Minetest engine. +The default game bundled in the Minetest5 engine. For further information, check [this forum topic](https://forum.minetest.net/viewtopic.php?f=15&t=9724). @@ -9,26 +9,27 @@ for more information. ## Installation -- Unzip the archive, rename the folder to minetest_game and -place it in .. minetest/games/ +- Unzip the archive, rename the folder to minetest5_game and +place it in .. minetest5/games/ - GNU/Linux: If you use a system-wide installation place - it in ~/.minetest/games/. + it in ~/.minetest5/games/. -The Minetest engine can be found at [GitHub](https://github.com/minetest/minetest). +The minetest5 engine can be found at [GitHub](https://github.com/minetest5/minetest5). For further information or help, see: https://wiki.minetest.net/Installing_Mods ## Compatibility -The Minetest Game GitHub master HEAD is generally compatible with the GitHub -master HEAD of the Minetest engine. -Additionally, when the Minetest engine is tagged to be a certain version (e.g. -0.4.10), Minetest Game is tagged with the version too. +This source code and files are only compatible with matched 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. When stable releases are made, Minetest Game and the Minetest engine is packaged -and made available at [www.minetest.net](https://www.minetest.net/downloads/). +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. ## Licensing diff --git a/game.conf b/game.conf index 5c96882..9fbc858 100644 --- a/game.conf +++ b/game.conf @@ -1,3 +1,3 @@ -name = Minetest Game +name = Minetest5 author = Minetest -description = Bundled by default with Minetest, and aims to be lightweight, moddable, and fairly playable without mods. +description = Bundled by default with Minetest5 diff --git a/settingtypes.txt b/settingtypes.txt index eff1e90..695f871 100644 --- a/settingtypes.txt +++ b/settingtypes.txt @@ -1,5 +1,5 @@ -# This file contains settings of minetest_game that can be changed in -# minetest.conf +# This file contains settings of minetest5 game that can be changed in +# minetest5.conf # In creative mode players are able to dig all kind of blocks nearly # instantly, and have access to unlimited resources.