mojira.dev
MC-237220

Custom Advancement recipe rewards unlocks all custom recipes

When you unlock custom recipe through a custom advancement, it unlocks every custom recipe.

I tested it out with every recipe function from Vanilla Tweaks (pack format edited to 8) and a few other data packs.

Attachments

Comments 3

This is most likely due to conflicting datapacks. Unfortunately we cannot help you this issue here.

In the mp4 video I uploaded, I only had 1 data pack installed and active which is the other upload "pack_I_used.zip".

Okay, I just got help on reddit. It was a code error. Instead of this:

 

"items": [
                    {
                        "items": [
                            "minecraft:brain_coral"
                        ]
                    }
                ]

they used this:

"items": [
                    {
                        "item""minecraft:brain_coral"
                    }
                ]

 

ryu3025

(Unassigned)

Unconfirmed

(Unassigned)

21w37a

Retrieved