I am working on a data pack and I am using a lot of custom advancements to run functions and it was working on 21w20a but they are not working on 1.17 pre 1. Like "Consume item" and "Inventory changed" criterias don't work in this version.
I am working on a data pack and I am using a lot of custom advancements to run functions and it was working on 21w20a but they are not working on 1.17 pre 1. Like "Consume item" and "Inventory changed" criterias don't work in this version.
item
andblock
fields have been changed to arrays in the pre release, so criteria likeconsumed_item
andinventory_changed
need to be updated, for example: