Skip to content

Commit 9379de0

Browse files
committed
Update links
1 parent a8bc836 commit 9379de0

4 files changed

Lines changed: 111 additions & 75 deletions

File tree

docs/assets/curseforge.svg

Lines changed: 1 addition & 0 deletions
Loading

docs/assets/github.svg

Lines changed: 1 addition & 0 deletions
Loading

docs/assets/modrinth.svg

Lines changed: 1 addition & 11 deletions
Loading

docs/index.md

Lines changed: 108 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -13,143 +13,187 @@ hero:
1313
<script setup>
1414
import { VPTeamMembers } from 'vitepress/theme';
1515
import modrinth from '/assets/modrinth.svg?raw';
16+
import curseforge from '/assets/modrinth.svg?raw';
1617

1718
const members = [
18-
{
19-
avatar: 'https://raw.githubusercontent.com/TerminalMC/XaeroZoomout/HEAD/common/src/main/resources/assets/xaerozoomout/icon.png',
20-
name: 'Xaero Zoomout',
21-
title: 'Reduces the minimum zoom of Xaero\'s World Map from 0.0625x to 0.0025x.',
22-
links: [
23-
{ icon: { svg: modrinth }, link: 'https://modrinth.com/mod/T6oqPfxF' },
24-
{ icon: 'github', link: 'https://github.com/TerminalMC/XaeroZoomout' }
25-
]
26-
},
2719
{
2820
avatar: 'https://raw.githubusercontent.com/TerminalMC/ClientSort/HEAD/common/src/main/resources/assets/clientsort/icon.png',
2921
name: 'Client Sort',
30-
title: 'Adds a keybind to sort inventories.',
22+
title: 'Adds versatile inventory sorting and transfer functions.',
3123
links: [
32-
{ icon: { svg: modrinth }, link: 'https://modrinth.com/mod/K0AkAin6' },
24+
{ icon: { svg: modrinth }, link: 'https://modrinth.com/project/K0AkAin6' },
25+
{ icon: { svg: curseforge }, link: 'https://curseforge.com/minecraft/mc-mods/clientsort' },
3326
{ icon: 'github', link: 'https://github.com/TerminalMC/ClientSort' }
3427
]
3528
},
3629
{
37-
avatar: 'https://raw.githubusercontent.com/TerminalMC/CommandKeys/HEAD/common/src/main/resources/assets/commandkeys/icon.png',
38-
name: 'Command Keys',
39-
title: 'A powerful command macro mod.',
30+
avatar: 'https://raw.githubusercontent.com/TerminalMC/MoreMouseTweaks/HEAD/common/src/main/resources/assets/moremousetweaks/icon.png',
31+
name: 'More Mouse Tweaks',
32+
title: 'Enhances mouse functionality in inventories.',
4033
links: [
41-
{ icon: { svg: modrinth }, link: 'https://modrinth.com/mod/65UyswbY' },
42-
{ icon: 'github', link: 'https://github.com/TerminalMC/CommandKeys' }
34+
{ icon: { svg: modrinth }, link: 'https://modrinth.com/project/S8drsznD' },
35+
{ icon: { svg: curseforge }, link: 'https://curseforge.com/minecraft/mc-mods/moremousetweaks' },
36+
{ icon: 'github', link: 'https://github.com/TerminalMC/MoreMouseTweaks' }
4337
]
4438
},
4539
{
46-
avatar: 'https://raw.githubusercontent.com/TerminalMC/EffectTimerPlus/HEAD/common/src/main/resources/assets/effecttimerplus/icon.png',
47-
name: 'Effect Timer Plus',
48-
title: 'Adds potency and duration indicators to status effect icons.',
40+
avatar: 'https://raw.githubusercontent.com/TerminalMC/CommandKeys/HEAD/common/src/main/resources/assets/commandkeys/icon.png',
41+
name: 'Command Keys',
42+
title: 'Adds a highly configurable command macro system.',
4943
links: [
50-
{ icon: { svg: modrinth }, link: 'https://modrinth.com/mod/JIUF2Wb5' },
51-
{ icon: 'github', link: 'https://github.com/TerminalMC/EffectTimerPlus' }
44+
{ icon: { svg: modrinth }, link: 'https://modrinth.com/project/65UyswbY' },
45+
{ icon: { svg: curseforge }, link: 'https://curseforge.com/minecraft/mc-mods/commandkeys' },
46+
{ icon: 'github', link: 'https://github.com/TerminalMC/CommandKeys' }
5247
]
5348
},
5449
{
5550
avatar: 'https://raw.githubusercontent.com/TerminalMC/ChatNotify/HEAD/common/src/main/resources/assets/chatnotify/icon.png',
5651
name: 'Chat Notify',
57-
title: 'Plays a ping sound when your name is mentioned.',
52+
title: 'Adds a highly configurable chat message notification system.',
5853
links: [
59-
{ icon: { svg: modrinth }, link: 'https://modrinth.com/mod/Iudurxl8' },
54+
{ icon: { svg: modrinth }, link: 'https://modrinth.com/project/Iudurxl8' },
55+
{ icon: { svg: curseforge }, link: 'https://curseforge.com/minecraft/mc-mods/chatnotify' },
6056
{ icon: 'github', link: 'https://github.com/TerminalMC/ChatNotify' }
6157
]
6258
},
6359
{
64-
avatar: 'https://raw.githubusercontent.com/TerminalMC/Flashside/HEAD/common/src/main/resources/assets/flashside/icon.png',
65-
name: 'Flashside',
66-
title: 'Moves the Flashback recording buttons to the side of the game menu.',
60+
avatar: 'https://raw.githubusercontent.com/TerminalMC/EffectTimerPlus/HEAD/common/src/main/resources/assets/effecttimerplus/icon.png',
61+
name: 'Effect Timer Plus',
62+
title: 'Adds potency and duration indicators to status effect icons.',
6763
links: [
68-
{ icon: { svg: modrinth }, link: 'https://modrinth.com/mod/JsjifJaW' },
69-
{ icon: 'github', link: 'https://github.com/TerminalMC/Flashside' }
64+
{ icon: { svg: modrinth }, link: 'https://modrinth.com/project/JIUF2Wb5' },
65+
{ icon: { svg: curseforge }, link: 'https://curseforge.com/minecraft/mc-mods/effecttimerplus' },
66+
{ icon: 'github', link: 'https://github.com/TerminalMC/EffectTimerPlus' }
7067
]
7168
},
7269
{
7370
avatar: 'https://raw.githubusercontent.com/TerminalMC/AutoReconnect/HEAD/common/src/main/resources/assets/autoreconnectrf/icon.png',
7471
name: 'Auto Reconnect',
75-
title: 'Automatically reconnects you to servers after unintentional disconnection.',
72+
title: 'Automatically reconnects clients to servers after unintentional disconnection.',
7673
links: [
77-
{ icon: { svg: modrinth }, link: 'https://modrinth.com/mod/PRy8Khga' },
74+
{ icon: { svg: modrinth }, link: 'https://modrinth.com/project/PRy8Khga' },
75+
{ icon: { svg: curseforge }, link: 'https://curseforge.com/minecraft/mc-mods/autoreconnectrf' },
7876
{ icon: 'github', link: 'https://github.com/TerminalMC/AutoReconnect' }
7977
]
8078
},
8179
{
82-
avatar: 'https://raw.githubusercontent.com/TerminalMC/SignCopy/HEAD/common/src/main/resources/assets/signcopy/icon.png',
83-
name: 'Sign Copy',
84-
title: 'Adds buttons for copying, inserting and erasing text from signs.',
80+
avatar: 'https://raw.githubusercontent.com/TerminalMC/ModListMemory/HEAD/common/src/main/resources/assets/modlistmemory/icon.png',
81+
name: 'Mod List Memory',
82+
title: 'Improves mod-list usability by remembering recent activity.',
8583
links: [
86-
{ icon: { svg: modrinth }, link: 'https://modrinth.com/mod/cK4nxndh' },
87-
{ icon: 'github', link: 'https://github.com/TerminalMC/SignCopy' }
84+
{ icon: { svg: modrinth }, link: 'https://modrinth.com/project/qap5C41G' },
85+
{ icon: { svg: curseforge }, link: 'https://curseforge.com/minecraft/mc-mods/modlistmemory' },
86+
{ icon: 'github', link: 'https://github.com/TerminalMC/ModListMemory' }
8887
]
8988
},
9089
{
91-
avatar: 'https://raw.githubusercontent.com/TerminalMC/MoreMouseTweaks/HEAD/common/src/main/resources/assets/moremousetweaks/icon.png',
92-
name: 'More Mouse Tweaks',
93-
title: 'Enhances mouse functionality in inventories.',
90+
avatar: 'https://raw.githubusercontent.com/TerminalMC/XaeroZoomout/HEAD/common/src/main/resources/assets/xaerozoomout/icon.png',
91+
name: 'Xaero Zoomout',
92+
title: 'Reduces the minimum zoom of Xaero\'s World Map from 0.0625x to 0.0025x.',
9493
links: [
95-
{ icon: { svg: modrinth }, link: 'https://modrinth.com/mod/S8drsznD' },
96-
{ icon: 'github', link: 'https://github.com/TerminalMC/MoreMouseTweaks' }
94+
{ icon: { svg: modrinth }, link: 'https://modrinth.com/project/T6oqPfxF' },
95+
{ icon: { svg: curseforge }, link: 'https://curseforge.com/minecraft/mc-mods/xaerozoomout' },
96+
{ icon: 'github', link: 'https://github.com/TerminalMC/XaeroZoomout' }
9797
]
9898
},
9999
{
100100
avatar: 'https://raw.githubusercontent.com/TerminalMC/ClaimPoints/HEAD/common/src/main/resources/assets/claimpoints/icon.png',
101101
name: 'Claim Points',
102-
title: 'Allows you to track GriefPrevention claims using Xaero\'s Minimap waypoints.',
102+
title: 'Adds support for semi-automatic tracking of GriefPrevention claims using Xaero\'s Minimap waypoints.',
103103
links: [
104-
{ icon: { svg: modrinth }, link: 'https://modrinth.com/mod/dyuTci89' },
104+
{ icon: { svg: modrinth }, link: 'https://modrinth.com/project/dyuTci89' },
105+
{ icon: { svg: curseforge }, link: 'https://curseforge.com/minecraft/mc-mods/claimpoints' },
105106
{ icon: 'github', link: 'https://github.com/TerminalMC/ClaimPoints' }
106107
]
107108
},
108109
{
109-
avatar: 'https://raw.githubusercontent.com/TerminalMC/SearchStats/HEAD/common/src/main/resources/assets/searchstats/icon.png',
110-
name: 'SearchStats',
111-
title: 'Adds a search bar to the statistics screen.',
110+
avatar: 'https://raw.githubusercontent.com/TerminalMC/NoCapes/HEAD/common/src/main/resources/assets/nocapes/icon.png',
111+
name: 'NoCapes',
112+
title: 'Conditionally disables rendering of any/all Minecraft capes.',
112113
links: [
113-
{ icon: { svg: modrinth }, link: 'https://modrinth.com/mod/ExI7GmJi' },
114-
{ icon: 'github', link: 'https://github.com/TerminalMC/SearchStats' }
114+
{ icon: { svg: modrinth }, link: 'https://modrinth.com/project/8mBskugS' },
115+
{ icon: { svg: curseforge }, link: 'https://curseforge.com/minecraft/mc-mods/nocapes' },
116+
{ icon: 'github', link: 'https://github.com/TerminalMC/NoCapes' }
115117
]
116118
},
117119
{
118-
avatar: 'https://raw.githubusercontent.com/TerminalMC/ModListMemory/HEAD/common/src/main/resources/assets/modlistmemory/icon.png',
119-
name: 'ModListMemory',
120-
title: 'Improves the mod list by remembering recent activity.',
120+
avatar: 'https://raw.githubusercontent.com/TerminalMC/SafeVoid/HEAD/common/src/main/resources/assets/safevoid/icon.png',
121+
name: 'SafeVoid',
122+
title: 'Disables void damage and wraps the world vertically.',
121123
links: [
122-
{ icon: { svg: modrinth }, link: 'https://modrinth.com/mod/qap5C41G' },
123-
{ icon: 'github', link: 'https://github.com/TerminalMC/ModListMemory' }
124+
{ icon: { svg: modrinth }, link: 'https://modrinth.com/project/XLBH6YfK' },
125+
{ icon: 'github', link: 'https://github.com/TerminalMC/SafeVoid' }
124126
]
125127
},
126128
{
127-
avatar: 'https://raw.githubusercontent.com/TerminalMC/NoCapes/HEAD/common/src/main/resources/assets/nocapes/icon.png',
128-
name: 'NoCapes',
129-
title: 'Disables rendering of any/all Minecraft capes.',
129+
avatar: 'https://raw.githubusercontent.com/TerminalMC/SignEdit/HEAD/common/src/main/resources/assets/signedit/icon.png',
130+
name: 'Sign Edit',
131+
title: 'Enhances the sign editor with automatic line wrapping, continuous travel and more.',
130132
links: [
131-
{ icon: { svg: modrinth }, link: 'https://modrinth.com/mod/8mBskugS' },
132-
{ icon: 'github', link: 'https://github.com/TerminalMC/NoCapes' }
133+
{ icon: { svg: modrinth }, link: 'https://modrinth.com/project/c7xDMxha' },
134+
{ icon: { svg: curseforge }, link: 'https://curseforge.com/minecraft/mc-mods/sign-edit' },
135+
{ icon: 'github', link: 'https://github.com/TerminalMC/SignEdit' }
133136
]
134137
},
135138
{
136-
avatar: 'https://raw.githubusercontent.com/TerminalMC/SafeVoid/HEAD/common/src/main/resources/assets/safevoid/icon.png',
137-
name: 'SafeVoid',
138-
title: 'Allows you to safely fly in the void.',
139+
avatar: 'https://raw.githubusercontent.com/TerminalMC/SignCopy/HEAD/common/src/main/resources/assets/signcopy/icon.png',
140+
name: 'Sign Copy',
141+
title: 'Adds simple buttons for copying, inserting and erasing text from signs.',
139142
links: [
140-
{ icon: { svg: modrinth }, link: 'https://modrinth.com/mod/XLBH6YfK' },
141-
{ icon: 'github', link: 'https://github.com/TerminalMC/SafeVoid' }
143+
{ icon: { svg: modrinth }, link: 'https://modrinth.com/project/cK4nxndh' },
144+
{ icon: { svg: curseforge }, link: 'https://curseforge.com/minecraft/mc-mods/sign-copy' },
145+
{ icon: 'github', link: 'https://github.com/TerminalMC/SignCopy' }
142146
]
143147
},
144148
{
145149
avatar: 'https://raw.githubusercontent.com/TerminalMC/Resend/HEAD/common/src/main/resources/assets/resend/icon.png',
146150
name: 'Resend',
147-
title: 'Adds a keybind to resend the previous message or command.',
151+
title: 'Adds a keybind to resend the most recent message or command.',
148152
links: [
149-
{ icon: { svg: modrinth }, link: 'https://modrinth.com/mod/LKV4a5rN' },
153+
{ icon: { svg: modrinth }, link: 'https://modrinth.com/project/LKV4a5rN' },
154+
{ icon: { svg: curseforge }, link: 'https://curseforge.com/minecraft/mc-mods/resend' },
150155
{ icon: 'github', link: 'https://github.com/TerminalMC/Resend' }
151156
]
152157
},
158+
{
159+
avatar: 'https://raw.githubusercontent.com/TerminalMC/HereNThere/HEAD/common/src/main/resources/assets/herenthere/icon.png',
160+
name: 'Here \'n\' There',
161+
title: 'Adds tab-completable keywords for inserting positional info into chat messages.',
162+
links: [
163+
{ icon: { svg: modrinth }, link: 'https://modrinth.com/project/CdTnUpve' },
164+
{ icon: { svg: curseforge }, link: 'https://curseforge.com/minecraft/mc-mods/herenthere' },
165+
{ icon: 'github', link: 'https://github.com/TerminalMC/HereNThere' }
166+
]
167+
},
168+
{
169+
avatar: 'https://raw.githubusercontent.com/TerminalMC/SearchStats/HEAD/common/src/main/resources/assets/searchstats/icon.png',
170+
name: 'Search Stats',
171+
title: 'Adds a search bar to the statistics screen.',
172+
links: [
173+
{ icon: { svg: modrinth }, link: 'https://modrinth.com/project/ExI7GmJi' },
174+
{ icon: { svg: curseforge }, link: 'https://curseforge.com/minecraft/mc-mods/searchstats' },
175+
{ icon: 'github', link: 'https://github.com/TerminalMC/SearchStats' }
176+
]
177+
},
178+
{
179+
avatar: 'https://raw.githubusercontent.com/TerminalMC/ExportStats/HEAD/common/src/main/resources/assets/exportstats/icon.png',
180+
name: 'Export Stats',
181+
title: 'Adds a button to the statistics screen to export data to a text file.',
182+
links: [
183+
{ icon: { svg: modrinth }, link: 'https://modrinth.com/project/kyhaDyaG' },
184+
{ icon: { svg: curseforge }, link: 'https://curseforge.com/minecraft/mc-mods/exportstats' },
185+
{ icon: 'github', link: 'https://github.com/TerminalMC/ExportStats' }
186+
]
187+
},
188+
{
189+
avatar: 'https://raw.githubusercontent.com/TerminalMC/ExtendedRaidar/HEAD/common/src/main/resources/assets/extendedraidar/icon.png',
190+
name: 'Extended Raidar',
191+
title: 'Increases the range at which raid mobs glow when ringing a bell.',
192+
links: [
193+
{ icon: { svg: modrinth }, link: 'https://modrinth.com/project/HPJBXGvE' },
194+
{ icon: 'github', link: 'https://github.com/TerminalMC/ExtendedRaidar' }
195+
]
196+
},
153197
]
154198
</script>
155199

0 commit comments

Comments
 (0)