Tinkers' Addons

Tinkers' Addons

9M Downloads

Recipes not NBT sensitve

BloodWorkXGaming opened this issue ยท 7 comments

commented

The Recipes are not nbt sensitive, meaning they show the right nbt in JEI, however you can use any plates made with any material to craft them.

To respect the nbt on the input items you have to implement your own IRecipe or extend ShapedRecipe.

Ran into this problem as well today, if you want I can make a PR to fix that issue.

commented

Just updated 1.11.2 and 1.10.2 versions on CurseForge; hopefully they'll be up soon! Until then, if it's urgent you can use these:

1.10.2

1.11.2

commented

Cool! It's all good, gonna update ATM1 at some point later today, so I am in no hurry.
Thanks for the fix ^^

commented

Was this 1.10.2 or 1.11.2? I know in 1.10.2 they were working just fine, but I didn't think to check in 1.11.2

commented

It actually was 1.10 is was testing it in, ATM1 to be specific

commented

image
Here for example, using 5 different plates

commented

You need to make a class like this

and call it like this

commented

Thanks! I was just about to work on a solution but this is marvelous. I just implemented it on the 1.11.2 branch (testing now before commit) - if it works, I'll backport it to 1.10.2 and try to update this morning before work.