-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
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.
Ponder/Common/src/main/java/net/createmod/ponder/foundation/ui/PonderTagScreen.java
Lines 77 to 78 in b5e29c7
PonderButton b = new PonderButton(itemCenterX + layout.getX() + 4, itemCenterY + layout.getY() + 4) | |
.showing(new ItemStack(entry.item)); |
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
Labels
No labels