fabric icon indicating copy to clipboard operation
fabric copied to clipboard

Shift clicking items out of stonecutters is impossible.

Open vektor451 opened this issue 11 months ago • 4 comments

Likely caused by #4341 Latest version, 0.114.1+1.21.4, makes it impossible to shift click to convert all the items into a specific type of block, and instead you have to do them one by one. Has been tested with only fabric api loaded, with loader version 0.16.9.

https://github.com/user-attachments/assets/7484dd71-5972-4e3d-bda3-f5cfa4b3f7e6

vektor451 avatar Jan 08 '25 23:01 vektor451

This will require a bit more thought, since theoretically the stack's count can be checked by a stack-aware ingredient which is why that fix uses the ItemStack.areEqual method as opposed to the ItemStack.areItemsAndComponentsEqual method.

haykam821 avatar Jan 08 '25 23:01 haykam821

Thanks for the bug report, I have reverted the change that cuased this, 0.114.2 is releasing now to fix this.

modmuss50 avatar Jan 08 '25 23:01 modmuss50

Ingredients are not supposed to use the stack's count.

Technici4n avatar Jan 09 '25 08:01 Technici4n

Tested this on the latest version and it works.

Liam-Broome avatar Nov 15 '25 22:11 Liam-Broome