Posted September 2, 20169 yr I want to make a mod that drastically changes the recipes available, as well as restricting certain recipes to certain custom crafting blocks. I've figured out how to use a custom crafting manager for my new crafting blocks, but I don't know how to do this for the player inventory, because I can't edit the ContainerPlayer class directly. Is there a way for me to override the usual call to CraftingManager in the player inventory, and instead call my own custom crafting manager class? Do I need to override the whole player inventory class and edit the part I need? Or is there no way to do it except to manually add/remove recipes from the CraftingManager itself?
September 2, 20169 yr Author I'm not sure why I didn't realise that was exactly what I needed. Thank you!
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.