[FIXED IN 1.9.1] Custom Crafting GUI Doesn't Work in Multiplayer

Started by rmsandegs on

Topic category: Help with modding (Java Edition)

Last seen on 00:30, 24. Aug 2023
Joined May 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
[FIXED IN 1.9.1] Custom Crafting GUI Doesn't Work in Multiplayer
Wed, 11/06/2019 - 21:08 (edited)

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