
Can't switch recipes using brass funnels
cactusdualcore opened this issue ยท 5 comments
On 1.20.1 Fabric, when trying to input different recipes sequentially (i.e. frying a Raw Frikandel first, then trying to fry a Bitterballen) won't allow input of the second raw item via funnels. An additional empty-handed right click by a player (or deployer) is required, otherwise the raw food item will sit in front of the funnel and be rejected.
Create Debug Info
Create Version: 0.5.1fFabric API Version: 0.92.1+1.20.1
Minecraft Version: 1.20.1
Flywheel Version: 0.6.10-2
Flywheel Backend: INSTANCING
OpenGL Renderer: NVIDIA GeForce RTX 2060/PCIe/SSE2OpenGL Version: 3
the fryer can only hold 1 raw item type at a time, you'll need to connect an output funnel to the fryer to clear out the fried snacks before processing additional food
you'll need to connect an output funnel to the fryer to clear out the fried snacks before processing additional food
Did that, didn't work. I am trying to fully automate the fryer roughly using the steps outlined below
- Put raw items on belt
- Funnel them into the fryer (with oil in it)
- Fry 'em
- Funnel the now fried items onto another belt
- Process or store them
I exhaustively made sure the fryer was empty, at least three times.
oh yeah wow you're right, weird this was never caught in testing. I'll add it to the list, theres a new patch coming out soon so i'll make sure this gets in asap