Minetest Game - The default game for the Minetest engine https://github.com/minetest/minetest_game.git
Go to file
cx384 ef788d0307
Make bugs only pointable with Bug Net (#3099)
2024-03-10 17:57:22 +01:00
.github/workflows Use a faster and newer LuaCheck (#3081) 2023-12-30 11:29:10 +01:00
menu Safe texture compression (#2808) 2021-02-12 20:55:18 +01:00
mods Make bugs only pointable with Bug Net (#3099) 2024-03-10 17:57:22 +01:00
utils Safe texture compression (#2808) 2021-02-12 20:55:18 +01: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
LICENSE.txt License.txt: Include full official LGPL 2.1 .txt file 2017-01-07 22:01:24 +00:00
README.md Update README.md for 5.8 2023-12-17 16:57:57 +01:00
game.conf Add min_minetest_version to game.conf 2023-12-04 17:51:38 +00:00
game_api.txt Add sapling growth APIs (#3053) 2023-09-12 15:43:41 +02: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
schematic_tables.txt Fix missing papyrus in savanna, add a dry dirt version 2020-02-09 01:34:17 +00: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

README.md

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

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.

When stable releases are made, Minetest Game and the Minetest engine is packaged and made available at www.minetest.net.

Licensing

See LICENSE.txt