Skip to content

Commit

Permalink
update mcmeta link
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed Nov 4, 2023
1 parent b851b6f commit 42e78f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2/firestorm/textures/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
)
Expand Down

0 comments on commit 42e78f1

Please sign in to comment.