Minetest
Getting Started with Minetest
Minetest is a free, open-source voxel game engine that allows you to create and play various games.
Installation
You can download Minetest from the official website or install it via package manager:
# Ubuntu/Debian
sudo apt install minetest
# Arch Linux
sudo pacman -S minetest
First Steps
- Launch Minetest
- Create a new world
- Choose a game (Minetest Game is the default)
- Start exploring!
Popular Mods
- Mesecons: Adds electronic components
- Technic: Industrial machines and automation
- MobsRedo: Adds creatures to your world
Happy mining!