New cobblestone stonecutter recipe files added to Preview 26.10.24 incorrectly add those recipes for every stone data type, not just regular stone. The stone data types presenting this bug are:
Granite
Polished granite
Diorite
Polished diorite
Andesite
Polished andesite
The bug presents cobblestone, cobblestone slabs, cobblestone stairs, and cobblestone walls as craftable with the above blocks. Such should only be craftable with normal stone.
This issue occurs because the new recipe files (see the attached code screenshot) use the simple "minecraft:stone" specifier. This, unfortunately, matches against the above stone types listed, as they all used to be consolidated on the stone identifier pre-flattening. To fix this bug, the data suffix :0 would need to be appended to every instance of minecraft:stone in the affected files.
Demonstration
The attached gameplay screenshot shows the bug in question for granite. This is also true for the other stone types listed above.
Reproduction
To reproduce:
Insert any above listed stone block into a stonecutter.
Observe incorrect cobblestone recipes being presented.
Thank you for helping us improve Minecraft! We saved your files: