This package browser is in early development. Mind the rough edges.

minetest 5.10.0

Voxel game engine

Minetest is a voxel game engine that supports modding and game creation using its Lua modding API. It allows playing a wide range of voxel-based games, installing mods and texture packs. This package only provides the base platform, users need to install games themselves (for example, minetest-game), either through Guix, the built-in interface or other sources.

Installation

Install minetest 5.10.0 as follows:

guix install minetest@5.10.0

Or install the latest version:

guix install minetest

The minetest package provides more outputs besides the default (out). You can install them by appending :output-name to the package specification. For example:

guix install minetest:debug

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.