Tips

Tips

53M Downloads

[FEEDBACK] Add support for clicking links

Partonetrain opened this issue ยท 0 comments

commented

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."
      }
    ]
  }
}