fabric icon indicating copy to clipboard operation
fabric copied to clipboard

Support stack aware recipe remainders

Open AlphaMode opened this issue 2 years ago • 1 comments

This PR allows modders to add stack aware recipe remainders This is useful for mods that adds custom buckets that support different fluids

This address the long lasting issue #50

AlphaMode avatar Aug 13 '22 18:08 AlphaMode

I'd avoid those @Overwrites if possible. This is quite a lot considering there are none currently in Fabric API.

For tthese two ones I don't see another way of doing this since they are in for loops and I can't capture the locals with a redirect so this is my only choice unless someone has a better solution I can implement

AlphaMode avatar Aug 13 '22 20:08 AlphaMode

Sorry i deleted my review before Juuxel comment, however i will do a pr in the source fork. 😅

devpelux avatar Sep 05 '22 23:09 devpelux

Removed the next tag untill this has been updated to 1.19.2

modmuss50 avatar Sep 16 '22 17:09 modmuss50

Any news? @AlphaMode

devpelux avatar Sep 23 '22 13:09 devpelux

Superseded by #2556

AlphaMode avatar Sep 27 '22 20:09 AlphaMode