winnetrie Posted May 21, 2017 Posted May 21, 2017 (edited) In the EntityPlayer there is this: private InventoryEnderChest theInventoryEnderChest = new InventoryEnderChest(); How would i add my own custom enderchest to this class? If this is even possble. My ender chest has the same function as the standard 1 but with double inventory space. I just can't do this: InventoryFelEnderChest inventoryenderchest = playerIn.getInventoryFelEnderChest(); Because it doesn't exists in EntityPlayer. While it has to be bounded to the player, i have to find a way to add this somehow to the EntityPlayer.class (i think) Edited May 21, 2017 by winnetrie Quote Try out my new Modpack for MC 1.15.2 https://www.curseforge.com/minecraft/modpacks/terran-civilization
winnetrie Posted May 21, 2017 Author Posted May 21, 2017 This looks a bit complicating...Lots of things to take care. I'll look into this later. Quote Try out my new Modpack for MC 1.15.2 https://www.curseforge.com/minecraft/modpacks/terran-civilization
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.