I am having an issue were my item only stacks in my inventory when crafted, but won’t stack in my HUD if the item is there. It just disappears. Is there a check box for that?
I fixed the issue. I had to enable craft exact item. It was consuming itself when I crafted a new item.
If you have an item, that is a child of it’s crafting materials, it will cyclically consume itself.
Generally speaking that’s a logic problem in your process, you should not make a crafted resource the child of it’s resource to craft. This child will also be able to be consumed by any other mods that use the parent resource to craft.