I confirm that...
Script
Item Display Editor
Description
Replaces the display youre looking at with the item in your offhand. Useful for swapping out colors or something.
Concept:
- define display <player.flag[item_display_editor.selected_display]>
- define newItem <player.item_in_offhand>
- if <[newItem].material.name> != air:
- adjust <[display]> item:<[newItem]>
- narrate "<&[base]>Replaced <[display].material.name> with <[newItem].material.name>!"
- else:
- narrate "<&[base]>You have nothing in your offhand!"
```
I confirm that...
Script
Item Display Editor
Description
Replaces the display youre looking at with the item in your offhand. Useful for swapping out colors or something.
Concept: