Skip to content

antonilol/mc_multimeter

Repository files navigation

Build

Minecraft Multimeter Mod

Install and use

This mod runs on Fabric, so make sure you have that installed.

Download the Fabric API if you don't have it already. Put it in your mods folder.

Go to Releases (or compile it, see below) and download the latest release. Also put it in your mods folder.

The mods folder can be found in .minecraft. If not, create it.

Start Minecraft and open a world or join a server.

With the command /multimeter probe add <x> <y> <z> you add a probe to a piece of redstone dust (or any other block that has a power or powered property.

A new window will open showing a nice graph of the redstone power.

/multimeter probe is also available as /probe.

For all commands start typing /multimeter and completions will show up.

Compiling

Linux and Mac OS

Clone the repo

git clone https://github.com/antonilol/mc_multimeter.git

or download the zip and unzip it.

Enter the folder (cd or double click).

If you downloaded the zip make gradlew executable.

chmod +x gradlew

And finally, compile.

./gradlew build

Windows

Clone or download like mentioned above and build with

gradlew.bat build

Developing

Clone the repo.

To get completions in your IDE (if applicable) run ./gradlew genSources (unix) or gradlew.bat genSources (windows).

More on that here.

License

MIT