
Crop Filter Addon Nether Wart support
poiu2463 opened this issue ยท 1 comments
Describe the feature you'd like
It would be nice if the crop filter addon was able to treat the Nether Wart like crops similar to how it does wheat where it only harvests blocks that are 100% grown.
Describe alternatives you've considered
We have a workaround where we have an observer looking at one of the last blocks and waiting until it is grown to send a Redstone signal to the destroyer block to start its run around until it gets to the one we have the observer on. I have attached our setup to show how our workaround works. (for the test we didn't have enough of Nether Wart to fill the farm but we had enough for a proof of concept).
Additional context
We are trying to autocraft some potions and we need a bunch of Nether Wart for that. We need a lot of Nether Wart for this so we were planning on building a large auto farm with Oritech. We have a workaround but it is not great. See the alternatives section.