-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Labels
feedbackSuggestions for how something can be improved.Suggestions for how something can be improved.
Description
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."
}
]
}
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feedbackSuggestions for how something can be improved.Suggestions for how something can be improved.