From 889e38a738e147f832fe1d98bbda4428d73197bd Mon Sep 17 00:00:00 2001 From: Shad0wlife Date: Sun, 1 Aug 2021 13:46:01 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da73e29..80351ba 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # DSPAssemblerUI - A Dyson Sphere Program Mod to enhance the Assembler UI Window. + A Dyson Sphere Program Mod to enhance the Assembler (and Miner) UI Window. It shows the production speeds of the produced items below the corresponding output slots in the window, as well as the consumption speed of the input items above the input slots. @@ -10,9 +10,12 @@ You can also decide whether you want to display the speed with which the device currently creates or consumes resources, or if you want to display the recipe speed for the device without impact of power and full or empty slots. + + Speeds can also be configured to show in an items/s scale instead of items/min. ## Version History - v1.0.0 First Version. Shows Production Speeds below Items. - v1.1.0 Updated to also show input consumption speeds. Added configuration to enable/disable input and output speeds separately. - 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) +- v2.0.0 Updated To current Game version (Post May/June Updates), Added Miner UI Speeds (Original idea: tyr0wl), added Option to show speed per second