Posted August 12, 20178 yr 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
August 13, 20178 yr 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, 20178 yr by mysticalherobine
August 13, 20178 yr Author 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
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.