GAME for Minetest and for final minetest
 
 
Go to file
mckaygerhard ac2dd7e3e5 set art and game default, use minenux name and logo venenux 2021-11-30 22:50:51 -04:00
menu set art and game default, use minenux name and logo venenux 2021-11-30 22:50:51 -04:00
mods Use node particles for TNT explosions (#2695) 2021-11-23 23:21:04 -04:00
.gitignore Gitignore: Update to ignore additional ide/editors 2016-06-26 06:10:49 +01:00
.luacheckrc player_api: Prevent knockback when player is set as attached 2020-03-17 22:08:36 +01:00
.travis.yml Enable colored Luacheck output on Travis CI 2019-02-24 19:46:48 +01:00
LICENSE.txt License.txt: Include full official LGPL 2.1 .txt file 2017-01-07 22:01:24 +00:00
README.md minetest 5 game with some backports from 5.3 2021-11-23 23:08:23 -04:00
game.conf set art and game default, use minenux name and logo venenux 2021-11-30 22:50:51 -04:00
game_api.txt player_api: Prevent knockback when player is set as attached 2020-03-17 22:08:36 +01:00
minetest.conf Minetest.conf: Move mapgen flags to engine .conf 2015-04-14 02:32:06 +01:00
minetest.conf.example Add missing 'weather' mod documentation to minetest.conf.example 2019-12-18 22:32:09 +00:00
schematic_tables.txt Fix missing papyrus in savanna, add a dry dirt version 2020-02-09 01:34:17 +00:00
screenshot.png Add screenshot.png, and more info to game.conf 2019-02-05 00:07:06 +00:00
settingtypes.txt minetest 5 game with some backports from 5.3 2021-11-23 23:08:23 -04:00

README.md

Minetest5 Game

The default game bundled in the Minetest5 engine.

For further information, check this forum topic.
Also see the Minetest Wiki for more information.

Installation

  • 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 ~/.minetest5/games/.

The minetest5 engine can be found at GitHub.

For further information or help, see:
https://wiki.minetest.net/Installing_Mods

Compatibility

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 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

See LICENSE.txt