Skip to content

[FEEDBACK] Add support for clicking links #160

@Partonetrain

Description

@Partonetrain

Minecraft Version

1.21.1

Mod Loader

NeoForge

Feedback

It would be cool if tips could use the clickEvent part of text components for opening links.
For instance:

{
  "type": "tipsmod:simple",
  "text": {
    "text": "The ",
    "type": "text",
    "extra": [
      {
        "text": "Villager Trade Rebalance",
        "underlined": true,
        "clickEvent": {
          "action": "open_url",
          "value": "https://minecraft.wiki/w/Villager_Trade_Rebalance"
        }
      },
      {
        "text": " is enabled."
      }
    ]
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    feedbackSuggestions for how something can be improved.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions