We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac8eb88 commit fc1f4f1Copy full SHA for fc1f4f1
src/store/mojang/actions.js
@@ -2,7 +2,7 @@ import axios from "axios";
2
3
const corsanywhere = "https://corsanywhere.benndorf.dev/";
4
const versionManifestUrl =
5
- "https://launchermeta.mojang.com/mc/game/version_manifest.json";
+ "https://piston-meta.mojang.com/mc/game/version_manifest.json";
6
7
export const loadVersions = ({ commit }) => {
8
return new Promise((resolve, reject) => {
0 commit comments