|
2 months ago | |
---|---|---|
textures | 9 months ago | |
.editorconfig | 9 months ago | |
.luacheckrc | 9 months ago | |
.pre-commit-config.yaml | 2 months ago | |
.travis.yml | 4 months ago | |
LICENSE.assets.md | 9 months ago | |
LICENSE.md | 9 months ago | |
README.md | 2 months ago | |
init.lua | 2 months ago | |
mod.conf | 2 months ago |
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. If you do so, you will need to extract the archive then rename
the resulting folder from gauges-master
to gauges
– this is
absolutely required, as the mod won’t work otherwise.
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 it
(or ticking the Enabled checkbox).This 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 requires Minetest 5.0.0 or newer to work as expected.
Copyright © 2014-2019 4aiman, Hugo Locurcio and contributors
LICENSE.md
for details.LICENSE.assets.md
for details.