#Preserve NBT data in crafting recipe
1 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
I think you can set NBT data of input and output items so if you already know what the nbt is gonna be, or the possible values are only a few ,you can probably just set up a number of recipes in which you specify the NBT data of said item in input and output to match, as for defining it dynamically within the recipe and then having it match in the output I don't know I have kind of the same problem
For right now I could do that because there are only 8 possible values, but won't that make 8 recipes show up in JEI? If theres any way to do it dynamically i'd prefer that
bump
I don't believe this is possible. Create's and also of any other modded recipes are very limited I think not eving having the option to keep an item directly. Modifying is probably not possible, because the create mod doesn't support that behaviour
You can hide the other 7 recieps though through JEIEvents
Oh yeah great idea! Okay I think that'll work
Though it'll be a pain for some other items like those containing FE energy, so they'll have like 500 recipes.
oh well, if its impossible its impossible