mojira.dev
MCPE-236401

Cobblestone recipes incorrectly appear for other stone types in stonecutters

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:

  1. Insert any above listed stone block into a stonecutter.

  2. Observe incorrect cobblestone recipes being presented.

Attachments

Comments 1

Thank you for helping us improve Minecraft! We saved your files:

[media][media]

Ciosciaa

(Unassigned)

1564179

Confirmed

Multiple

26.10.24 Preview

26.10.25 Preview

Retrieved