0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-19 17:02:13 +02:00

Replace Reddit links with WurstForum

This commit is contained in:
Alexander01998 2023-07-09 11:49:35 +02:00
parent ceebaebac1
commit 43c6a64f01
3 changed files with 8 additions and 6 deletions

View File

@ -1,7 +1,7 @@
blank_issues_enabled: true
contact_links:
- name: Reddit Community
url: https://www.reddit.com/r/WurstClient/
- name: WurstForum
url: https://wurstforum.net/?utm_source=GitHub&utm_medium=Wurst7+repo
about: For general discussion, support, memes, etc.
- name: Contact Alexander
url: https://www.wurstclient.net/contact/?utm_source=GitHub&utm_medium=Wurst7&utm_campaign=Issues&utm_content=Contact+Alexander

View File

@ -128,11 +128,12 @@ public class WurstOptionsScreen extends Screen
b -> os.open(
"https://wurst.wiki/?utm_source=Wurst+Client&utm_medium=Wurst+Options&utm_content=Wurst+Wiki"));
new WurstOptionsButton(54, 72, () -> "Twitter", "@Wurst_Imperium",
b -> os.open("https://www.wurstclient.net/twitter/"));
new WurstOptionsButton(54, 72, () -> "WurstForum", "WurstForum.net",
b -> os.open(
"https://wurstforum.net/?utm_source=Wurst+Client&utm_medium=Wurst+Options&utm_content=WurstForum"));
new WurstOptionsButton(54, 96, () -> "Reddit", "r/WurstClient",
b -> os.open("https://www.wurstclient.net/reddit/"));
new WurstOptionsButton(54, 96, () -> "Twitter", "@Wurst_Imperium",
b -> os.open("https://www.wurstclient.net/twitter/"));
new WurstOptionsButton(54, 120, () -> "Donate",
"WurstClient.net/donate", b -> os.open(

View File

@ -45,6 +45,7 @@
"modmenu": {
"links": {
"Wiki": "https://wurst.wiki/?utm_source=Wurst+Client&utm_medium=ModMenu&utm_content=Wiki",
"Forum": "https://wurstforum.net/?utm_source=Wurst+Client&utm_medium=ModMenu&utm_content=Forum",
"Donate": "https://www.wurstclient.net/donate/?utm_source=Wurst+Client&utm_medium=ModMenu&utm_content=Donate"
}
}