When crafting quartz blocks into quartz brick, they only give 1 block back instead of 4.
I checked on Java to make sure this was intended or not but it appears to not be intended. On Java you get the 4 blocks back instead of just 1.
Steps to Reproduce:
Obtain 4 quartz blocks
Craft quartz bricks by placing the quartz blocks in a 2x2 square in the crafting grid
Observed Results:
You only get 1 quartz brick.
Expected Results:
You should get 4 quartz bricks.
Linked issues
is duplicated by 9
Attachments
Comments 7
Most likely because the "result" part is missing the "count", where it is supposed to be 4, instead of 1 by default.
[media]
Affects 1.18.12. Seems like the fix would be trivial to make based on the comments above. I realize there are many bugs, but there should be a better way to streamline the fixes for something so straightforward.
The best solution right now is to use the stonecutter until it is fixed.