Posted August 16, 201312 yr How could you get another players inventory. Would you need to use EntityPlayerMP? What I'm trying to do is add a back tools render and I want to get all the other players item stacks in there last inventory slot then render it on their backs. I have the rendering code working great I just need to know how to get the itemstack.
August 16, 201312 yr hum yeah that gonna need some work basicly player a does NOT have access to player b inventory, at all except his main item and 4 piece of armor technicly you could use the datawatcher to sync the item you want into a certain slot and then use the playerrender event to render that item how to debug 101:http://www.minecraftforge.net/wiki/Debug_101 -hydroflame, author of the forge revolution-
August 16, 201312 yr Sending a packet to other players when one player change the content of its slot.
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.