Divine Journey 2

Divine Journey 2

636k Downloads

advancements 14_manamana detection error

Masztufa opened this issue ยท 0 comments

commented

Modpack version

2.21.0

Description

The check for pure daisy explicitly checks for 1 in the inventory

Steps to reproduce

start a new world (creative is easier)
spawn in a stack of pure daisies, put them in inventory
no advancement
pick up the stack
right click into an empty slot (so only 1 is in inventory)
advancement

Expected behavior

The advancement is given for any (reasonable) number of pure daisies in your inventory

Additional context

from minecraft/config/triumph/script/triumph/dj2/14_manamana.txt :

criteria = addCriteria("hasPureDaisy", "minecraft:inventory_changed")
criteria.addItem(<botania:specialflower, meta:0, count:1, nbt:{type:"puredaisy"}>)

I assume the count:1 part causes this. I didn't notice count:1 checks in 2 other random advancements i checked

Your Divine Journey 2 Discord Username

Masztufa