MinecraftForge / ForgeGradle

Minecraft mod development framework used by Forge and FML for the gradle build system
GNU Lesser General Public License v2.1
507 stars 436 forks source link

Update Constants.java #927

Open jmdane opened 1 year ago

jmdane commented 1 year ago

Change minecraft assets URL to use https instead of http. The url http://resources.download.minecraft.net no longer accepts non-https requests and the getAssets tasks fail.