Hello, I'm trying to make a mod to show the contents of a shulker box when you hover over it in your inventory (just show it clientside, not edit it).
I've managed to get a list of ItemStacks from the NBT of the box, but I'm not sure how to draw a GuiShulkerBox showing these ItemStacks. Any tutorials I have seen use methods from before 1.8, or require a block.
Any idea how to show the shulker GUI, or a similar container gui - with the ItemStacks in each Slot?
Thanks.