Skip to content

Commit fc1f4f1

Browse files
TisawesomenessMiniDigger
authored andcommitted
Update version manifest location
1 parent ac8eb88 commit fc1f4f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store/mojang/actions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import axios from "axios";
22

33
const corsanywhere = "https://corsanywhere.benndorf.dev/";
44
const versionManifestUrl =
5-
"https://launchermeta.mojang.com/mc/game/version_manifest.json";
5+
"https://piston-meta.mojang.com/mc/game/version_manifest.json";
66

77
export const loadVersions = ({ commit }) => {
88
return new Promise((resolve, reject) => {

0 commit comments

Comments
 (0)