Posted March 21, 201411 yr Hi! I need help making a TileEntity take items from an entity's inventory and putting them in a chest adjacent to it. If anyone could help me that would be great!
March 21, 201411 yr Use this to detect the player(s) and put them in the list. worldObj.selectEntitiesWithinAABB(); Then use an Iterator to run through the list. Once you have a player entity use player.inventory to access the players Inventory. Then check the inventory slots for your item and transfer a copy of that item into the chest. When that's done delete the Itemstack in the players inventory. I hope that helps Busti PM's regarding modding questions should belong in the Modder Support sub-forum and won't be answered.
March 21, 201411 yr You have to use findEntitysWithinAABB(); in 1.6 PM's regarding modding questions should belong in the Modder Support sub-forum and won't be answered.
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.