I have a recipe for an vanilla item.
I want the craftet item tho, to have a specific name and also some custom data in it (thats persistantly stored).
The problem I am facing is that from my research, I cannot modify the result item to have custom data in the recipe itself.
So my thought was, I could mixin to the crafing process, check if the recipe used is mine and if so modify the item that was crafted.
The problem with the second attempt is that I cant find an applicable method for that to mixin. Using 1.12.1 btw.
Would appreciate some help here and maybe a short explanaition to how you found a good spot to mixin.
Thanks in advance :)