From 42e78f105a29ecbb4c819ee55ceccffa795787b5 Mon Sep 17 00:00:00 2001 From: Evorp <3vorpgaming@gmail.com> Date: Sat, 4 Nov 2023 12:32:52 -0700 Subject: [PATCH] update mcmeta link --- src/v2/firestorm/textures/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v2/firestorm/textures/index.ts b/src/v2/firestorm/textures/index.ts index ab87d43..09265e4 100644 --- a/src/v2/firestorm/textures/index.ts +++ b/src/v2/firestorm/textures/index.ts @@ -88,7 +88,7 @@ export const textures = firestorm.collection("textures", (el) => { if (u === null || p === null) return null; return axios .get( - `https://raw.githubusercontent.com/CompliBot/Default-Java/${ + `https://raw.githubusercontent.com/Faithful-Pack/Default-Java/${ p.versions.sort(MinecraftSorter).reverse()[0] }/${p.name}.mcmeta`, )