MinecraftForge / ForgeGradle

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

Scan Minecraft official launcher's cache, before download Client.jar #706

Closed FledgeXu closed 4 years ago

FledgeXu commented 4 years ago

This PR lets ForgeGradle scan the Official Launcher's cache before download client.jar to avoid unnecessarily downloading.

I have already tested it on Windows, Linux, and macOS.

FledgeXu commented 4 years ago

707

Should close.