Jump to content

MC 1.11.2 custom enderchest


winnetrie

Recommended Posts

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 by winnetrie
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.