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.
- Outputs:
debug
,out
- Website: https://www.minetest.net/
- Licenses: LGPL 2.1+
- Package source: gnu/packages/minetest.scm
- Builds: See build status
- Issues: See known issues
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.