Skip to content
Space Walker edited this page Oct 19, 2024 · 4 revisions

Redstone Multimeter

Redstone Multimeter is a LiteMod for 1.12 by NarcolepticFrog. It is an easy to use, intuitive redstone debugging tool. Since LiteLoader never updated past 1.12.2, the mod is stuck in that version.

Redstone Multimeter Fabric

Redstone Multimeter Fabric is a Fabric port of the original mod, making it available for a wide range of Minecraft versions! The latest versions of the mod support Minecraft 1.14 and above through Fabric or Quilt, and 1.7-1.14.4 through Ornithe.

Features

Redstone Multimeter allows you to track a myriad of redstone related events with virtual "meters" in the world. Each meter keeps track of whether the block it occupies is powered, activated, moved, ticked (or more!) at each moment in time. An overview of logged events is displayed in a timeline on the screen. This timeline makes it easy to see at a glance when a block was moved, or how long a block was powered for, or the order in which blocks activated.

Each meter is individually configurable. Properties that can be configured include the meter's location, name, color, and what type(s) of events it keeps track of.

Default Meter Properties can be configured for each block in the game. When a meter is placed on a block, it will initially take on the default properties for that block.

Focus Mode allows you to step through the logs one event at a time, seeing detailed information about the highlighted event, like the tick phase it occurred in, or event specific information, like the direction from which a shape update was received.

The Tick Phases screen shows a detailed view of the server run loop and what order tick phases occur in.

Check out the other Wiki pages for more details!

Clone this wiki locally