Jump to content

Gr3n

Members
  • Posts

    2
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

Gr3n's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I have been working on a mod that will be of help for a project that some of my friends are working on and for the mod I have a custom item that when you right click it it opens a gui with a bunch of things in it that we need. It works perfectly fine on a client but when I load it up on server at first the server would just crash every time until I went into proxy's and made it so the the open gui method only ran through the client proxy. Now the server will turn on and I can connect to it but right clicking on the item will not do anything. The gui I made is a class that extends GuiScreen and is called in the onItemRightClick override method in the custom item with Minecraft.getMinecraft().displayGuiScreen(new GuiTest()); (but that is ran through the client proxy class first). Is there any easy way to make this work on a server or do I have to make a whole packet system, or can anyone help me quickly make a packet system if thats what it needs?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.