You can set a click event with Style#setClickEvent, an example of a "open url" click event
new ClickEvent(ClickEvent.Action.OPEN_URL, "mylink")
and then apply the style to the text using TextComponent#setStyle.
These lines seems pointless
https://github.com/LK1905/GielinorCraft/blob/master/src/main/java/lk1905/gielinorcraft/api/skill/Skills.java#L383-L386
and the method should be called whenever the "max health skill" is changed, not just when they clone, respawn or something like that.
https://github.com/Beardlessbrady/Currency-Mod/blob/master-1.16/src/main/java/com/beardlessbrady/gocurrency/blocks/vending/VendingTile.java#L68
This should not be null.
Have you register it? Also if all you are looking for is changing the skin colour you can just add layers to the original renderer instead of override the original renderer.
The quad lighting is not updated when rotating (all faces shares the same white colour).
Is there a way to manually update their colour or update the lighting?
Thanks.
Hello, I have two questions about the settings:
1. When I edit the member title in "edit profile", it changes the text under the username, is it normal?
2. How do I request a change on the username?
Thanks in advance