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 4fd9a47 commit 73b3f48Copy full SHA for 73b3f48
src/common/utils/constants.js
@@ -1,6 +1,6 @@
1
export const MC_MANIFEST_URL =
2
'https://launchermeta.mojang.com/mc/game/version_manifest.json';
3
-export const MC_RESOURCES_URL = 'http://resources.download.minecraft.net';
+export const MC_RESOURCES_URL = 'https://resources.download.minecraft.net';
4
export const FABRIC_APIS = 'https://meta.fabricmc.net/v2';
5
export const GDL_LEGACYJAVAFIXER_MOD_URL =
6
'https://gdevs.io/legacyjavafixer-1.0.jar';
0 commit comments