Closed benbenlaw closed 3 years ago
A normal item input ignores NBT. You need to use an ingredient type that checks NBT. I think all you need is "nbt": {}
next to the item, but that could vary with how they set up their serializer. This is not really an issue with my mod, so I suggest you ask on a support forum if you need help writing JSON for an ingredient with strict NBT checking or ask on the mod's help page how you make a ingredient NBT strict..
Also, never write "latest" as the version. There is no latest version. Write a version number or that information is useless. What I know to be the latest version and what you think are the latest version may not be the same, so write a useful number there.
Describe the bug adding crafting recipes using NBT data allows any filled bucket to be used
Screenshots or crash report (if relevant) If applicable, add screenshots to help explain your problem. recipe should only allow empty buckets, yet any filled bucket is being used recipe file
Versions (please complete the following information):
Other mods required Interactio -in world crafting with data packs
List any other mods required to reproduce this issue. Test by running the game with minimal mods.