Mojira Archive
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" }}}

Incomplete

Adrian Brightmoore

2021-08-25, 08:20 AM

2024-04-12, 08:32 AM

2022-02-23, 08:43 PM

0

0

Unconfirmed

1.17.11 Hotfix

-