#Is there a way to modify the content of this box?

1 messages · Page 1 of 1 (latest)

primal imp
#

Is there a way to modify the texture or, being more specific, the content of this box?

primal imp
#

@burnt spade
Hello, do you know how I can show the aux id or the item identifier in the purple box?

#

@burnt spade Or how can I get the identifier of slot 1 of the inventory?
is it possible?

burnt spade
# primal imp <@154369087638601728> Hello, do you know how I can show the aux id or the item ...

Yes to both. For showing the identifier of slot 1, you can use a collection_panel with the collection for the inventory, then have the child element be set to the collection_index which corresponds to slot 1. I'm not sure if there's an exact binding for the name/identifier, but you should be able to get it from the first part of the #hover_text binding.

For showing aux_id, you can use a similar setup and use the aux binding, such as

{
        "binding_name": "#item_id_aux",
        "binding_type": "collection",
        "binding_collection_name": "$item_collection_name"
      },
primal imp
burnt spade
#

If you only need to get the text of the item the player has in hand, you might want to use #item_text binding from the hud screen instead

brazen prawn
#

Angel

#

If what you want is to see the aux ID you can do it with this pack

#

Although well, I'm not sure you can show it on the hover

primal imp
primal imp
primal imp
viral bone
#

Two angels interacting with eachother, one of them being an absolute legend.