Details
-
Type:
Bug
-
Status: Resolved
-
Resolution: Fixed
-
Affects Version/s: 19w41a
-
Fix Version/s: 19w42a
-
Labels:None
-
Confirmation Status:Confirmed
-
Category:Advancements
-
Mojang Priority:Important
Description
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
Attachments
Issue Links
- relates to
-
MC-123966 Rail recipe is given to the player only after crafting a minecart
- Reopened