Minetest mod that adds health and breath gauges above players
Gauges for Minetest, a free and open source infinite
world block sandbox game.
To install Gauges, clone this Git repository into your Minetest’s mods/
directory:
git clone https://github.com/minetest-mods/gauges.git
You can also
download a ZIP archive
of Gauges.
Once you have installed Gauges, you need to enable it in Minetest.
The procedure is as follows:
This is the easiest way to enable Gauges when playing in singleplayer
(or on a server hosted from a client).
gauges
by double-clicking itThis is the recommended way to enable the mod on a server without using a GUI.
world.mt
file using a text editor.
load_mod_gauges = true
If the line is already present in the file, then replace false
with true
on that line.
Gauges currently supports Minetest 5.0 and later, as well as 0.4.17.
Issues arising in versions older than 5.0 will generally not be fixed.
Copyright © 2014-2020 4aiman, Hugo Locurcio and contributors
LICENSE.md
for details.LICENSE.assets.md
for details.