|
| 1 | +--- |
| 2 | +title: Install and Play Luanti |
| 3 | +description: > |
| 4 | + Luanti, formerly Minetest, an open source infinite-world block sandbox game with survival and crafting. |
| 5 | +keywords: |
| 6 | + - Games |
| 7 | + - luanti |
| 8 | + - minetest |
| 9 | + |
| 10 | +facebookImage: /_social/article |
| 11 | +twitterImage: /_social/article |
| 12 | + |
| 13 | +hidden: false |
| 14 | +section: community |
| 15 | +tableOfContents: true |
| 16 | + |
| 17 | +redirect_from: |
| 18 | + - /articles/minetest |
| 19 | +--- |
| 20 | + |
| 21 | +Did you get sick of Minecraft? Microsoft controlling it and ripping apart our beloved game? Well fear no more! Luanti is similar to Minecraft, but it is a truly infinite voxel game engine, written in C++ for speed and easy cross-compatiblity with different platforms, all licensed under the LGPL. With powerful modding features, there are many custom games, mods, and texture packs available from its community! |
| 22 | + |
| 23 | +## Installation |
| 24 | + |
| 25 | +To install on Ubuntu/Pop\_OS!, first add the PPA to the system's software sources. |
| 26 | + |
| 27 | +```bash |
| 28 | +sudo add-apt-repository ppa:minetestdevs/stable |
| 29 | +``` |
| 30 | + |
| 31 | +The Luanti package (named `minetest`) is now available to install. |
| 32 | + |
| 33 | +```bash |
| 34 | +sudo apt update |
| 35 | +sudo apt install minetest |
| 36 | +``` |
| 37 | + |
| 38 | +Now you can play the game! |
| 39 | + |
| 40 | +## Adding Games, Mods, and Texture Packs |
| 41 | + |
| 42 | +When you open Luanti, you'll be prompted to install a game from [ContentDB](https://content.luanti.org/), the home of hundreds of different custom games, mods, and texture packs! |
| 43 | + |
| 44 | +Start with [Minetest Game](https://content.luanti.org/packages/Luanti/minetest_game/), the official base game. Explore the mods and texture packs created for it! |
| 45 | + |
| 46 | +## Connecting to Servers |
| 47 | + |
| 48 | +To connect to a server, choose one from the list, then choose a username and password on the right side of the screen. The server will then connect. The next time you use the server, simply put in the same username and password! Custom mods are automatically loaded, so no fuss is needed. |
| 49 | + |
| 50 | +## Resources |
| 51 | + |
| 52 | +Check out Luanti at [luanti.org](https://www.luanti.org/). |
| 53 | + |
| 54 | +Or on GitHub, [@luanti-org](https://github.com/luanti-org). |
| 55 | + |
| 56 | +Become a contributor! Change the future of gaming! |
| 57 | + |
| 58 | +--- |
| 59 | + |
| 60 | +This article was contributed by [kylerschin](https://github.com/kylerschin). |
0 commit comments