Minetest Game - The default game for the Minetest engine [https://github.com/minetest/minetest/]
Go to file
2024-08-14 13:53:04 +02:00
.github/workflows Add workflow that runs simple test with the engine present 2024-03-27 22:00:03 +01:00
menu Safe texture compression (#2808) 2021-02-12 20:55:18 +01:00
mods Replace deprecated get_metadata() calls (#3142) 2024-07-27 14:42:08 +02:00
utils Add random_mod_load_order to test config 2024-05-12 17:23:41 +02:00
.gitignore Gitignore: Update to ignore additional ide/editors 2016-06-26 06:10:49 +01:00
.luacheckrc Add sapling growth APIs (#3053) 2023-09-12 15:43:41 +02:00
game_api.txt Added can_grow function to plant definition (#3131) 2024-06-23 18:03:36 +02:00
game.conf Add min_minetest_version to game.conf 2023-12-04 17:51:38 +00:00
LICENSE.txt License.txt: Include full official LGPL 2.1 .txt file 2017-01-07 22:01:24 +00:00
minetest.conf Minetest.conf: Move mapgen flags to engine .conf 2015-04-14 02:32:06 +01:00
minetest.conf.example Deduplicate player action logging, silence fake player actions (#2941) 2022-05-06 20:04:55 +02:00
README.md Update README for release model 2024-08-14 13:53:04 +02:00
schematic_tables.txt Fix upside down nodes in large cactus schematic (#3123) 2024-06-02 19:38:35 +02:00
screenshot.png Safe texture compression (#2808) 2021-02-12 20:55:18 +01:00
settingtypes.txt Deduplicate player action logging, silence fake player actions (#2941) 2022-05-06 20:04:55 +02:00

Minetest Game

ContentDB

Minetest Game (abbreviated MTG) is a simple and peaceful sandbox game, with no real goals or built-in enemy mobs.

While it provides a basic gameplay experience out of the box, it is best played with mods.

Minetest Game is in perpetual maintenance-only mode, meaning it will not see new gameplay features or anything else that breaks compatibility (see #2710).

Installation

ContentDB

  • Content > Browse Online Content
  • Search for "Minetest Game"
  • Click Install

Manually

  • Unzip the archive, rename the folder to minetest_game and place it in .../minetest/games/

  • GNU/Linux: If you use a system-wide installation place it in ~/.minetest/games/.

The Minetest engine can be found at GitHub.

For further information or help, see: Installing Mods.

Compatibility

As of January 2024 Minetest Game follows a rolling release model with new changes being automatically published on ContentDB every day.

There are no stable releases or tags, all existing ones are considered legacy.

Minetest Game is always compatible to the latest stable release of the engine. Older releases may be supported too depending on circumstances.

Licensing

See LICENSE.txt