I'm still getting in to Forge, but since I have figured out a lot of things, I figured trying to make a Pouch. Item that when sneak right clicking, will open up an inventory.
I have everything working apart from saving the data to the ItemStack NBT. For some reason, the container isn't updating the ItemStack, but it running the code. Here is a link to the ContainerPouch class. http://pastie.org/private/dbyo2pgb1ofg4ol9npcghq
The InventoryPouch used is just a class implementing IInventory. If anyone could help I'd really appreciate it!