fabric
fabric copied to clipboard
Support stack aware recipe remainders
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
I'd avoid those
@Overwrite
s 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
Sorry i deleted my review before Juuxel comment, however i will do a pr in the source fork. 😅
Removed the next
tag untill this has been updated to 1.19.2
Any news? @AlphaMode
Superseded by #2556