From feec4659cbbec8f73ed3fd7ff591e339bf02988e Mon Sep 17 00:00:00 2001 From: mckaygerhard Date: Tue, 23 Nov 2021 23:53:18 -0400 Subject: [PATCH] minetest 4 game with some backports from 5.2 * taking care .. thi is 5.1 with removed binocular * updated README for our fork minenux * minetest 4 game with some backports from 5.3 --- README.txt | 20 +++++++++----------- game.conf | 4 ++-- minetest.conf.example | 4 ++-- 3 files changed, 13 insertions(+), 15 deletions(-) diff --git a/README.txt b/README.txt index 04f3d43..ccd3ab3 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,6 @@ -Minetest Game [minetest_game] -============================= +# Minetest4 Game + The main game for the Minetest engine -===================================== To use this game with the Minetest engine, insert this repository as /games/minetest_game @@ -11,16 +10,15 @@ The Minetest engine can be found in: 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 (eg. -0.4.10), Minetest Game is tagged with the version too. +This source code and files are only compatible with matched minetest4 engine +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.18), Minetest Game is tagged with the version 4.0.18 too. -When stable releases are made, Minetest Game is packaged and made available in - http://minetest.net/downloads/ -and in case the repository has grown too much, it may be reset. In that sense, -this is not a "real" git repository. (Package maintainers please note!) +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.18 by example. Licensing --------- diff --git a/game.conf b/game.conf index 255451f..055adc2 100644 --- a/game.conf +++ b/game.conf @@ -1,3 +1,3 @@ -name = Minetest Game +name = Minetest4 author = minetest -description = Bundled by default with Minetest, and aims to be lightweight, moddable, and fairly playable without mods. +description = Bundled by default with Minetest4 diff --git a/minetest.conf.example b/minetest.conf.example index 452251e..85323e0 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -1,5 +1,5 @@ -# This file contains settings of Minetest Game that can be changed in -# minetest.conf. +# This file contains settings of minetest4 Game that can be changed in +# minetest4.conf. # By default, all the settings are commented and not functional. # Uncomment settings by removing the preceding #.