You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
configEnableOutputSpeeds=Config.Bind("General","EnableOutputSpeedInfo",true,"Enables the speed information below the output area in the Assembler Window.");
50
51
configEnableInputSpeeds=Config.Bind("General","EnableInputSpeedInfo",true,"Enables the speed information above the input area in the Assembler Window.");
52
+
configShowLiveSpeed=Config.Bind("General","ShowLiveSpeedInfo",true,"True: shows current speed of production building. False: shows regular recipe speed of production building.");
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,12 @@
7
7
8
8
The speed info for both input and output can be disabled, should you prefer not showing one of them.
9
9
Or both of them - even though I don't understand why you would install this mod in the first place then...
10
+
11
+
You can also decide whether you want to display the speed with which the device currently creates or consumes resources,
12
+
or if you want to display the recipe speed for the device without impact of power and full or empty slots.
10
13
11
14
12
15
## Version History
13
16
- v1.0.0 First Version. Shows Production Speeds below Items.
14
17
- v1.1.0 Updated to also show input consumption speeds. Added configuration to enable/disable input and output speeds separately.
18
+
- v1.2.0 Added a config option to configure whether to always show the full speed of the selected recipe or whether to show the current live speed (affected by power for example)
0 commit comments