MattCzyr / NaturesCompass

A Minecraft mod that allows you to locate biomes anywhere in the world.
https://www.curseforge.com/minecraft/mc-mods/natures-compass
Other
62 stars 47 forks source link

Fix recipe unlock condition #157

Closed ForgottenUmbrella closed 1 year ago

ForgottenUmbrella commented 1 year ago

(This is the same thing as my PR for Explorer's Compass, but for Nature's Compass instead :)

In Minecraft 1.19.2 (and likely every other version), picking up any item immediately unlocks the recipe for nature's compass. 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.