After overriding both the WorkbenchContainer and the CraftingScreen with custom classes (Source Code at the bottom), I somehow managed to completely remove the result from crafting.
Furthermore, whenever I exit out of the crafting menu, the items remaining in the crafting table are not returned to my inventory.
How do I get the crafting table to actually craft things?
And How do I get the crafting table to return the items?
ClientEvents.javaContainerEvents.javaTestWorkbenchContainer.java