Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-163159

Honey block recipe is unlocked when honey block is obtained

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • 19w42a
    • 19w41a
    • None
    • Confirmed
    • Advancements
    • Important

      For most recipes, the recipe is unlocked when the ingredient is obtained. But for honey blocks, it is unlocked when you obtain a honey block. i.e. there is no way to naturally learn this recipe in game without crafting it.

      The advancements/recipes/decorations/honey_block.json file contains this condition as a criteria:

          "has_honey_block": {
            "trigger": "minecraft:inventory_changed",
            "conditions": {
              "items": [
                {
                  "item": "minecraft:honey_block"
                }
              ]
            } 

      It's probably meant to check for honey_bottle rather than honey_block

            hkniberg hkniberg
            tryashtar [Mod] tryashtar
            Votes:
            6 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: