skyboy / MineFactoryReloaded

104 stars 76 forks source link

[Request] Add Efficiency Threshold to BioReactor #92

Open dakamojo opened 10 years ago

dakamojo commented 10 years ago

The BioReactor could benefit from a way to automatically turn it off if it is operating below a desired efficiency. For example I would like to make it not work if there are less than 5 different types of items to process. There are two potential ways to solve this.

1) Add some selector in the gui to allow the user to select a minimum threshold. 2) Add 9 different BC gate triggers (Eff >= 1, Eff >=2, Eff >=3....Eff==9).

zeflap commented 10 years ago

This can already be done for, at least, max efficiency with BC gates with the space in inventory conditional. If comparators work with the reactor, they'll do quite handily for #2.

dakamojo commented 10 years ago

Using the BC gate trigger space in inventory = 0, seems to indicate that not only are the processing slots full, but the buffer or backlog slots are full too, correct? Which is a little more than necessary.