NichtStudioCode / InvUI

A spigot library for creating custom inventory-based GUIs.
MIT License
242 stars 19 forks source link

How to combine PagedGui with VirtualInventory #39

Closed ShellWen closed 1 year ago

ShellWen commented 1 year ago

It seems that adding VirtualInventory as an Ingredient doesn't work, and the only method available for PagedGui is setContent.

I'm really eager to figure out how to combine PagedGui and VirtualInventory effectively to enable page-by-page browsing of VirtualInventory. Any assistance or guidance would be greatly appreciated!

NichtStudioCode commented 1 year ago

There is currently no PagedGUI implementation that accepts Inventories as content type

ShellWen commented 1 year ago

There is currently no PagedGUI implementation that accepts Inventories as content type

It means I need impl it myself? Is PR welcomed?

NichtStudioCode commented 1 year ago

Added in v1.13