Uploaded image for project: 'Minecraft (Bedrock codebase)'
  1. Minecraft (Bedrock codebase)
  2. MCPE-139617

Beehive recipe uses array for output in json definition

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Incomplete
    • None
    • 1.17.11 Hotfix
    • None
    • Unconfirmed
    • Multiple

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

            abrightmoore Adrian Brightmoore
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: