KnightMiner / Ceramics

Adds various early game items made of clay, or fill a void where the later version requires harder resources
MIT License
16 stars 15 forks source link

NBT data being ignored #69

Closed benbenlaw closed 3 years ago

benbenlaw commented 3 years ago

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. image recipe should only allow empty buckets, yet any filled bucket is being used image 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.

KnightMiner commented 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.