I have created my custom crafting table with 5x5 grid. I added Container, Gui, and TileEntity but I can't add recipes for it. I've tried to rewrite vanilla CraftingManager and add my custom ShapedRecipes class, but it doesn't work. How can I do that?
This is my crafting table:
BlockCustomCraftingTable.java
Crafting table's gui:
CCTGui.java
Its container:
CCTContainer.java
And TileEntity:
CCTTileEntity.java
And rewritten CraftingManager and ShapedRecipes:
CraftingManager.java
CCTShapedRecipes.java