Skip to content

IDE Replace Display #14

Description

@Daxz0

I confirm that...

  • I checked the issues page for similar issues. This Feature request won't be a duplicate.
  • I made sure that this feature does not exist yet by asking on the Discord or reading the Wiki.

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!"
            ```

Metadata

Metadata

Assignees

No one assigned

    Labels

    FeatureFeature Request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions