dxxxxy / 1.8.9ForgeTemplate

A fixed and ready to use template for minecraft forge modding on 1.8.9 with shadow plugin integrated including two useful artifacts. Tested flawlessly on IntelliJ IDEA Ultimate 2022.2
42 stars 15 forks source link

Assets do not download, they now require HTTPS #6

Closed joshuafhiggins closed 1 year ago

joshuafhiggins commented 1 year ago

When running 'setupDecompWorkspace' or 'runClient', errors occur when downloading assets. Following the links that fail show that the download servers require the use of HTTPS.

dxxxxy commented 1 year ago

When running 'setupDecompWorkspace' or 'runClient', errors occur when downloading assets. Following the links that fail show that the download servers require the use of HTTPS.

You are right. Fortunately, only sounds and languages other than English do not download, which still allows Minecraft to run without much problems. Unfortunately, I am not the developer of the ForgeGradle plugin, so it is unlikely that it will be fixed in this template. This template purposely runs on older infrastructure to minimize the bloat and performance tanks of the newer models. If this issue bothers you, there are many other templates out there using the cutting-edge infrastructure.

Also, avoid running runClient from the Gradle tasks menu. Create a run configuration instead.