Posted September 6, 20205 yr 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.