cech12 / CeramicBucket

Minecraft mod that adds a Ceramic Bucket
https://www.curseforge.com/minecraft/mc-mods/ceramic-bucket
MIT License
3 stars 4 forks source link

[HELP] Usage with FTB Quests #58

Closed ItayKisous closed 3 years ago

ItayKisous commented 3 years ago

When trying to use ceramic buckets as an item quest I get stuck with a problem. I don't know how to approach the tag section of the quest. Tried doing "lava", "flowing_lava", "ceramic_cracking", "minecraft:lava", "ceramicbucket:ceramic_cracking" and nothing worked, still any filled ceramic bucket would trigger the quest to complete.

Is there a way to make the only the bucket filled with lava trigger the quest to be complete?

cech12 commented 3 years ago

Thanks for informing me about this. I will look into that. :)

cech12 commented 3 years ago

That was a mess xD

FTB Quests uses the Item Filters Mod as API to compare item stacks. This mod only compares the nbt values if the items are listed in the item tag itemfilters:check_nbt.

I added the items to this tag and the issue is fixed. It will be released in the next hours in the version 1.16.5-2.7.0

Thanks for your report! :)