Change Harvester storage slots to not accept non-crop materials
hedo29 opened this issue ยท 2 comments
Is your feature request related to a problem? Please describe.
It's extremely difficult to set up an automated harvester with an ongoing fuel system as adding extra fuel beyond a stack (coal, lava buckets, etc) get sent to the harvester storage, which in turn get pulled out by a hopper. This also doesn't match the behavior of other machines like seed reprocessors.
Describe the solution you'd like
Ideally, any fuel that exceeds the capacity of the current fuel slot should not enter the harvester's storage for automation purposes. This could be done by disabling item input to the storage slots via hopper, or restricting which types of items can enter which slots.