Skip to content

(API Request) The ability to add items with components to ponder tags #40

@NotSoEpic

Description

@NotSoEpic

Currently, when items are added to a ponder tag they are stored purely as a resource location. Only when the tag screen is initialized are these resource locations converted to itemlikes, and at the last moment finally converted to itemstacks.

PonderButton b = new PonderButton(itemCenterX + layout.getX() + 4, itemCenterY + layout.getY() + 4)
.showing(new ItemStack(entry.item));
This means it's not possible to add items with anything but the default components, e.g. you could not tag a Lodestone Compass.

A related request is the ability to add extra tooltip information to each item when shown in the tag screen (technically it would be possible with just the components since you could add a lore component, but a specific api for tooltips would be preferred)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions