Started by
rmsandegs
on
Topic category: Help with Minecraft modding (Java Edition)
My custom GUI only has 2 slots. When the first 2 have specific items in them, the user clicks an on-screen button. The crafted item then appears in the third slot.
Unfortunately, this is not the case in multiplayer. The GUI does not execute the procedure at all when the button is pressed. The strange thing is, when I make the procedure run on a redstone signal to the crafting block, it works! This is pretty confusing for me.
The GUI inherits the custom crafting block, and the block has 3 slots- I made sure of that.
I've tried everything I can think of and nothing's worked. Mu GUI is structured similarly to the one in this video: https://www.youtube.com/watch?v=qdGJY7ljujM
Any ideas?
Edited by rmsandegs on Wed, 11/06/2019 - 21:08