As you may know, Voxelands is an open-source sandbox construction game based on Minetest, which is an open-source Minecraft engine. Like other sandbox construction games, the users can build structures and artworks, usable on either multiplayer servers and singleplayer worlds.
The latest version available is Voxelands 15.07.00, which has been recently released.
Installation instructions:
Voxelands is available for Fedora 22 and Fedora 21 systems via the COPR repositories, so installing it on your system should not cause many problems.
Both Yum (default package manager till Fedora 22) and DNF (the new package manager of Fedora 22) have some pluging that permit the users to easily add and enable COPR repositories to their systems.
How to install Voxelands on both 32 bit and 64 bit Fedora 22 systems:
$ sudo dnf install dnf-plugins-core
$ sudo dnf copr enable mavjs/voxelands
$ sudo dnf update
$ sudo dnf install voxelands
Optional, to remove voxelands, do:
$ sudo dnf remove voxelands
How to install Voxelands on both 32 bit and 64 bit Fedora 21 systems:
$ sudo yum install yum-plugin-copr
$ sudo dnf copr enable mavjs/voxelands
$ sudo yum update
$ sudo yum install voxelands
Optional, to remove atom, do:
$ sudo yum remove voxelands