Posted March 5, 20223 yr I have created a custom GUI which has a working custom crafting recipe. I want to have the recipe's result to change depending on what button on the GUI was pressed. It might require 2 different recipes. How would I do this? Code here.
March 6, 20223 yr Author I have created a boolean that changes between true/false when you click the button, however after clicking the button you have to take an item away and put it back for the result to change. Is there a way I can have the result change without needing to do this? Edited March 6, 20223 yr by awesomedude3595
March 16, 20223 yr Author I have created a custom GUI which has custom a custom recipe. I want to have the output of the recipe change depending on what button is pressed. I have created the buttons however I cannot get them to change the recipe output. Code Here
March 17, 20223 yr You will need to notify the server for the recipe update too. Check out: https://mcforge.readthedocs.io/en/latest/networking/simpleimpl/
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.