Create: Bitterballen

Create: Bitterballen

666k Downloads

Can't switch recipes using brass funnels

cactusdualcore opened this issue ยท 5 comments

commented

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.1f
Fabric 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
commented

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

commented

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

  1. Put raw items on belt
  2. Funnel them into the fryer (with oil in it)
  3. Fry 'em
  4. Funnel the now fried items onto another belt
  5. Process or store them

I exhaustively made sure the fryer was empty, at least three times.

commented

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

commented

Thanks a lot! I appreciate your efforts :)

commented

What's the status on this?