Mannyyy Posted August 12, 2017 Posted August 12, 2017 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 Quote
mysticalherobine Posted August 13, 2017 Posted August 13, 2017 (edited) 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 Edited August 13, 2017 by mysticalherobine Quote
Mannyyy Posted August 13, 2017 Author Posted August 13, 2017 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 Quote
Recommended Posts
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.