Client Options - SpaceWalkerRS/redstone-multimeter-fabric GitHub Wiki
Redstone Multimeter's client-side options can be accessed through the hotkey (defaults to O) or through the Mod Menu modmenu. They are stored in /.minecraft/config/redstone_multimeter/options.txt. As of v1.15 the following options are available:
Redstone Multimeter
- Numbered Meter Names (default
true): Add a number at the end of meter names that increments with each meter you add. - Color Picker (default
random): The algorithm used to pick colors for new meters. - Shifty Meters (default
true): Use the shift key to control whether a new meter is movable or not. - Auto Random Ticks (default
true): Automatically enable the 'random_tick' event type when placing a meter on a block that accepts random ticks. - Render Meter Names (default
In Focus Mode): When to render meter name tags inside the meter highlights in the world. - Meter Name Range (default
16): Yhe range within which meter names will be rendered. - Create Group On Join (default
true): Automatically create a new meter group upon joining a world or server. - Default Meter Group (default ""): The name of the meter group that is created upon joining a world or server. If this field is left blank your username is used.
- Preview Meter Groups (default
false): Whether to preview saved meter groups before loading them. - Bypass Meter Group Warnings (default
false): Bypass warnings when attempting to load a saved meter group from an empty slot or when attempting to save a meter group when not subscribed to one.
HUD
- Horizontal Screen Position (default
0): The horizontal position of the HUD on the screen, as a percentage of the screen width. - Vertical Screen Position (default
0): The vertical position of the HUD on the screen, as a percantage of the screen height. - Horizontal Directionality (default
Left-to-Right): The direction along which the events are drawn. - Vertical Directionality (default
Top-to-Bottom): The direction along which meters are listed. - History (default
60): The number of ticks displayed in the timeline. - Selected Column (default
44): The column of the main timeline that highlights the tick that is selected for showing sub-tick events in the secondary timeline. - Column Width (default
3): The width of a column in the timeline. - Row Height (default
9): The height of a row in the timeline. - Grid Size (default
1): The thickness of grid lines in the timeline. - Tick Marker Color (default
FF0000): The color (inRRGGBBformat) of the highlight around the tick marker. - Auto Remove Tick Marker (default
false): automatically remove the tick marker when unpausing the timeline. - Hide Highlight (default
true): Hide the highlight around the selected tick when the HUD is not paused. - Pause Indicator (default
false): Display a little play/pause indicator underneath the HUD. - Opacity (default
100) - Auto Pause (default
true): Automatically pause the HUD when opening the Multimeter screen. - Auto Unpause (default
true): Automatically unpause the HUD when closing the Multimeter screen.
Log Printer
- Print Old Logs (default
false): Print old logs when activating the printer. - Maximum Runtime (default
-1): The limit of how long the printer can run, in ticks. The printer will automatically stop when reaching this number. Entering a value of -1 will remove the limit entirely.
Miscellaneous
- Scroll Speed (default
7): The scroll speed in Redstone Multimeter related GUIs. - Double Click Time (default
5): The maximum number of ticks between a double click in RSMM GUIs. - Version Warning (default
true): Send a warning message in chat when you join a server that has a different version of Redstone Multimeter installed.