Jump to content

Move item from one slot to another


Mannyyy

Recommended Posts

Okay, so since going around crafting one way didn't work I'm trying another. I've already tried addingthe itme stack to the slot but it just becomes a ghost item. How would I get an Item from a lot and move it to another. This must not be with adding/removing items as I'll need it for multiplayer

Link to comment
Share on other sites

1 hour ago, mysticalherobine said:

How are you activating the gui? Make sure the server side is calling it, not the client. When activating the block, does it include
 


if (world.isRemote)
	return true;

If not, that may be your problem

Im using the players inventory crafting. ContainerWorkbench to be exact

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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