mojira.dev
MCPE-139617

Beehive recipe uses array for output in json definition

Vanilla_Behavior_Pack_1.17.10 has Beehive recipe defined with

"result": [
{ "item": "minecraft:beehive" }
]

 

All other recipes have "result" as a single element, not a list/array:

e.g. (Good example)

"result": {
"item": "minecraft:beacon"
}

 

Proposed fix is to move the "item" element out of array markers, as proposed below:

  "result": 
{{    { "item": "minecraft:beehive" }}}

Comments 3

Thank you for your report!

However, this issue has been temporarily closed as Awaiting Response.

Is this still an issue in the latest version? If yes, can you please add it to the affected versions (or mention it if you are not the reporter)?

This ticket will automatically reopen when you reply.

Quick Links:
📓 Issue Guidelines – 💬 Mojang Support – 📧 Suggestions – 📖 Minecraft Wiki

Cleaning up old tickets: This ticket had been set to 'Awaiting Response', but has not received a response from the reporter (~3 months+) so is being closed as Incomplete. If you feel this is still a valid issue then please comment, or create a new ticket following the Issue Guidelines which includes steps to reproduce the problem.

Quick Links:
📓 Issue Guidelines – 💬 Mojang Support – 📧 Suggestions – 📖 Minecraft Wiki

Still same issue in all versions up to 1.22.80.22 preview Resource Pack via Mojang public github, including current release v1.20.70.6: https://github.com/Mojang/bedrock-samples/releases

 

Why do you close these without triage? Even 'works as intended' would be better than 'you haven't verified it's still a problem every 3 months'.

 

If it hasn't been triaged, and it hasn't been changed, or it hasn't been fixed, a problem doesn't magically vanish.

Adrian Brightmoore

(Unassigned)

Unconfirmed

Multiple

All

1.17.11 Hotfix

Retrieved