Posted August 23, 201213 yr Hey, I've started on a big mod called agricultureCraft, but I wan't to change the recipe of bread. Does anyone know how to change the recipe without changing base classes. thanks, thejelmega
August 23, 201213 yr Get the recipe manager, find the one you wanna replace. Remove it And add a new one. If you ask me how, i'll slap you, go look at the code I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
August 23, 201213 yr No... This is done in code, not editing anything in the compiled class. All can be done from runtime. I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
August 23, 201213 yr all of the recipes are just stored in an array. just grab the array and cycle through it searching each finished product id for the right one. then just add a new recipe to the array. make sure you remove all recipes first before adding any.
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.