From 8ed32d1f412ac1de7b82c4ba9f51f83ca66594d6 Mon Sep 17 00:00:00 2001 From: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> Date: Tue, 24 Dec 2024 08:19:16 -0500 Subject: make the ordering of wiki links consistent (#1565) * make the ordering of wiki links consistent * attribute shard links --- items/WINTER_FRAGMENT.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'items/WINTER_FRAGMENT.json') diff --git a/items/WINTER_FRAGMENT.json b/items/WINTER_FRAGMENT.json index 552171cb..4ed8d554 100644 --- a/items/WINTER_FRAGMENT.json +++ b/items/WINTER_FRAGMENT.json @@ -17,7 +17,7 @@ "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Winter_Fragment", - "https://hypixel-skyblock.fandom.com/wiki/Winter_Fragment" + "https://hypixel-skyblock.fandom.com/wiki/Winter_Fragment", + "https://wiki.hypixel.net/Winter_Fragment" ] } \ No newline at end of file -- cgit