
Extraction upgrade tick amount
Micky2506 opened this issue ยท 2 comments
The button for the tick amount on the extraction upgrade could use a few features:
- The ability to press
ctrl
orcommand
(on Mac) (for example) to see the time not in ticks but in seconds. Perhaps this should be opposite, and show this in seconds, not ticks. - Another button which would increase or decrease (left/right click) the amount by 10 seconds.
- A reason for using seconds, and not ticks is that there are 2 types of ticks: redstone and game. There are 20 redstone ticks in a second, and only 10 game ticks. This could lead to some confusion.
- Disabled extraction on redstone signal, which is really combining a redstone block module. This goes back to a feature request in #105 about combining modules being needed in many cases.
Also, a bug report: When you get to 1000-2000+ ticks, the number exceeds the buttons size. This leads to my idea of a text input instead of button, with buttons for +/- on the side.
- That might be a good idea (but I'll keep it in ticks at default)!
- Shift-clicking should do that now
- Most people don't know about redstone ticks, but most modded player do know there are 20 ticks/s
- Combining modules will be a 1.0.6 thing I think
- 2000+ ticks? Why would you even want that, lol :P
- I have no idea why you would want 2000+ ticks.
- Shift clicking does 10 ticks, but now that I see bullet # 3, I don't think we need that anyway.
Should we move this to #105 ?