In Minecraft 1.19.2 (and likely every other version), picking up any item immediately unlocks the recipe for the food book. This is unintentional, since the advancements specify only certain items should unlock it. This PR fixes that.
According to the Minecraft wiki, the objects in the conditions.items array should contain a key named "items", not "item", whose value is an array of strings, not a single string.
In Minecraft 1.19.2 (and likely every other version), picking up any item immediately unlocks the recipe for the food book. This is unintentional, since the advancements specify only certain items should unlock it. This PR fixes that.
According to the Minecraft wiki, the objects in the
conditions.items
array should contain a key named "items", not "item", whose value is an array of strings, not a single string.