Recipes that use NBT tags not showing correctly in JEI/NEI
goosezilla opened this issue · 12 comments
Ive been trying to make a recipe that uses specific Reliquary potions but cant seem to get the recipes to match.
Recipe: http://hastebin.com/ehahetofap.xml
Recipe shown in JEI/NEI: http://i.imgur.com/kg0m0KN.png (not showing potion with NBT tag)
Recipe not working in crafting table: http://i.imgur.com/97SnAsa.png
Recipe working in crafting table: http://i.imgur.com/L3Q6Ed1.png (works only with the correct NBT)
Same NBT issue?
Script: http://hastebin.com/acasuzizoh.xml
Works with an output that isnt NBT tagged have also tried with onlyWithTag and withTag.
Recipe showing in JEI: http://i.imgur.com/DxdeQ6m.png
Apothecary not accepting custom recipe items: http://i.imgur.com/QdZysAq.png
@jaredlll08 is there a way you can use a generic type so that "withTag" for inputs, "withOnlyTag" is not necessary if not i will take a shot at doing it
@cookta2012 nope, because of how things are handled, outputs are always IItemStack and inputs can be nearly anything, so the way the NBT data is dealt with is different.
@goosezilla if you can see that it is a JEI issue. Why are you still posting about it here?
ok so using withOnlyTag does things correctly, it just isn't shown in JEI correctly?
then that is a JEI problem, if the recipe works, then nothing I can do from there.
Im 99% sure this is the same issue.
Because as with the petal apothecary issue im not actually convinced it is an issue with JEI.
you don't seem to get this do you.
From what you have told me.
The recipe works when crafted.
The recipe does NOT display correctly in JEI.
Honestly, put 2 and 2 together and you can see it is a JEI issue not displaying the correct nbt.
Sorry @jaredlll08 this is not a JEI issue.
See my replies here that show an example recipe working as intended:
mezz/JustEnoughItems#653 (comment)