Releases: SpaceWalkerRS/redstone-multimeter-fabric
Releases · SpaceWalkerRS/redstone-multimeter-fabric
Redstone Multimeter 1.10
1.10.0
Changes
- For hoppers, the
active
event type now keeps track of whether the hopper is in cooldown. - New option
Color Picker
- sets the algorithm used to pick colors for new meters.
Fixes
- Some packets are sent to non-RSMM clients, resulting in packet spam to clients without the mod installed.
Redstone Multimeter 1.9
1.9.0
Changes
- RSMM for 1.19 is now compatible with Multiconnect.
- The RSMM tutorial for first-time users will now be skipped entirely if the user does not engage with it for more than 3 minutes (#10).
- The RSMM tutorial steps have been re-ordered to avoid confusion.
Fixes
- Keybind info in GUI tooltips now correctly displays Amecs modifiers (#11).
1.9.1
This update fixes a crash.
Redstone Multimeter 1.8
1.8.0
Changes
- First-time users of the mod will be guided through basic controls with tutorial toasts.
- RSMM GUIs will now show keybind information in tooltips.
Fixes
- Holding the Scroll HUD key does not disable GUI scrolling in the Multimeter Screen.
- If the Create Group On Join setting is disabled, the
/metergroup
command will not be available.
Redstone Multimeter 1.7
1.7.0
Changes
- The
scheduled_tick
andblock_event
event types now keep track of when the event is being scheduled, in addition to when it is being performed. This is denoted in the event viewer with a vertical line.
Fixes
- Fixed compatibility issue with Alternate Current v1.4.0.
Redstone Multimeter 1.6
1.6.2 (LiteLoader)
Changes
- HUD related keybinds now no longer work if the HUD is not visible.
1.6.1 (Fabric/Forge)
Changes
- HUD related keybinds now no longer work if the HUD is not visible.
Fixes
- Incompatibility with World Edit.
- Crash on dedicated servers.
1.6.1 (Liteloader)
Fixes
active
events are not logged on a trapped chest until it has been opened at least once.
1.6.0
Redstone Multimeter is now available for 1.12.2 through Forge and Liteloader.
Changes
- Added block event depth information (colloquially known as "BED" or "microtick") to the
block_event
event type. - New
Toggle Tick Marker
hotkey (defaultY
): this hotkey adds/removes a marker at the currently selected tick in the HUD (as a red highlight around that column). At the bottom of the HUD a counter displays the number of ticks between the currently selected tick and the marked tick.
Fixes
- Scrolling in RSMM UIs sometimes doesn't work until you move the mouse.
Redstone Multimeter 1.5 for Fabric
1.5.0
Changes
- New Default Meter Properties screen where you can edit your default meter property overrides. It can be accessed from the Options Menu.
- New Tick Phase Tree screen that shows the general execution order of the game logic on the server. It can be accessed through a hotkey (default
U
). - The column width and row height of the Multimeter HUD are now customizable through options in the Options Menu.
- MultiConnect compatibility.
Fixes
- Entering an invalid dimension id into the “dimension” field in the meter controls crashes the game.
- Meters moved by piston sometimes do not appear in the correct location.
- The return command after teleporting to a meter fails if the coordinates exceed the thousands.
Redstone Multimeter 1.4 for Fabric
1.4.0
- New: client-side options - The Options Menu can be accessed with the hotkey (default
O
) or through Mod Menu. Check the wiki for a detailed description of all available options. - New: server-side options for dedicated servers - These options are stored in
/config/redstone_multimeter/options.json
. Check the wiki for a detailed description of all available options. - New "Print Logs To File" hotkey (default
P
): use this hotkey to dump all incoming logs into a file in/.minecraft/redstone_multimeter/logs/
. - Meter groups can be made 'private'. In this mode only members of the meter group can subscribe to it. Only the owner of the meter group can add or remove members.
- The
/meter
command has been replaced with the/metergroup
command. Meter controls are now only available through the Multimeter Screen. - New "Default Meter Property Overrides". Use custom
.json
files in/.minecraft/config/redstone_multimeter/meter/default_properties/
to control what properties new meters have when you place them. The properties you can control are:name
,color
,movable
andevent_types
. - New event types:
block_update
,comparator_update
,shape_update
,interact_block
. - New
Open Meter Controls
hotkey (defaultI
): use this hotkey to open the meter controls for the meter you are looking at. - Carpet mod compatibility fix: the HUD now properly pauses when tick freeze is used.
Redstone Multimeter Fabric 1.3 for Minecraft 1.14/1.15/1.16/1.17
Changes in 1.3.0 [1.14/1.15/1.16/1.17]
- Added support for Minecraft 1.17 (e.g. lightning rods, sculk sensors).
- Added the following event types:
power_change
,random_tick
,scheduled_tick
,block_event
,entity_tick
,block_entity_tick
. - Auto-generated meter names now reflect the block the meter is placed on.
- Meter groups are now automatically removed if they have no subscibers and no meters.
- You can teleport to a meter by clicking on the word Pos in the meter controls.
- Added option to hide a meter in the HUD by clicking the square icon in the meter controls.
Fixes
- #3 scrolling timeline is unresponsive
- Moved event indicators render on top of the pulse length indicators.
Redstone Multimeter Fabric 1.2 for Minecraft 1.14/1.15/1.16
Changes in 1.2.1 [1.16]
- Fixed initial
powered
state of a meter being wrong if the meter is powered by a comparator.
Changes in 1.2.0 [1.14/1.15/1.16]
- Added the Multimeter screen (open with
G
by default). On the Multimeter screen you can navigate the HUD with the mouse or select a meter to change its properties (position, name, movability, metered events). - Hover over an event in the subticks overview to see a tooltip with information about the event.
- Meters can now track
active
events for detector rails, doors, end portal frames, fence gates, note blocks, powered and activator rails, trapdoors, tripwires. - Added the
/meter add <pos> <movable> <name> <color>
command - The
/meter color <color>
and/meter name <name>
shortcuts have been removed, and instead autocomplete suggestions have been added to the/meter color <index> <color>
and/meter name <index> <name>
commands. - Removed the
/meter removeAll
command and instead added the/meter remove all
subcommand. - Improvements to networking should make it more likely that future versions are backwards compatible with 1.2.
Redstone Multimeter Fabric 1.1 for Minecraft 1.14/1.15/1.16
Changes in 1.1.0 [1.14/1.15/1.16]
- Fixed event types that aren't displayed in the HUD still being logged, leading to extra empty columns in the subticks overview.
- Fixed
powered
oractive
events not being displayed correctly in the ticks overview in rare cases where there are multiple in a single tick. - Fixed keybindings not being loaded.