Muqsit/InvMenu

Is it possible to add custom texture in invmenu?

ItsSachan opened this issue · 6 comments

I wana add some customer images so I wana know

Muqsit commented

Custom images are defined by resource packs. Once you have defined a custom UI, you may register an entity-backed InvMenu (if the UI is an entity inventory), or a block-backed InvMenu (if the UI is a block inventory). Generally, resource packs tend to differentiate between UIs based on keywords in the inventory's title.

Custom images are defined by resource packs. Once you have defined a custom UI, you may register an entity-backed InvMenu (if the UI is an entity inventory), or a block-backed InvMenu (if the UI is a block inventory). Generally, resource packs tend to differentiate between UIs based on keywords in the inventory's title.

there are some youtuber who are able to change background of gui menu how can i do that

Muqsit commented

Custom images are defined by resource packs. Once you have defined a custom UI, you may register an entity-backed InvMenu (if the UI is an entity inventory), or a block-backed InvMenu (if the UI is a block inventory). Generally, resource packs tend to differentiate between UIs based on keywords in the inventory's title.

there are some youtuber who are able to change background of gui menu how can i do that

You can design and implement one through a resource pack.

Custom images are defined by resource packs. Once you have defined a custom UI, you may register an entity-backed InvMenu (if the UI is an entity inventory), or a block-backed InvMenu (if the UI is a block inventory). Generally, resource packs tend to differentiate between UIs based on keywords in the inventory's title.

there are some youtuber who are able to change background of gui menu how can i do that

You can design and implement one through a resource pack.

ANY EXAMPLE

Muqsit commented

I do not have any expertise in designing custom UIs through resource packs, so no. If you have a UI resource pack, I can write a public example plugin on how to wire it with InvMenu.

I do not have any expertise in designing custom UIs through resource packs, so no. If you have a UI resource pack, I can write a public example plugin on how to wire it with InvMenu.

ok i will manage resource pack but pls make a public example