anatawa12 / ForgeGradle-1.2

This is only for FG_1.2(for minecraft 1.7.10). Minecraft mod development framework used by Forge and FML for the gradle build system
GNU Lesser General Public License v2.1
77 stars 29 forks source link

Amazon AWS Minecraft mirror broken #147

Closed leytilera closed 1 year ago

leytilera commented 1 year ago

The Amazon AWS Minecraft mirror which is hardcoded in Constans.java seems to be broken. https://s3.amazonaws.com/Minecraft.Download/versions/1.7.10/1.7.10.jar always returns AccessDenied

anatawa12 commented 1 year ago

Thank you for reporting & I've checked this problem. I want to a while (few days) for upstream to fix. Of cource, in this period, I'll find workaround of this problem.

If you have some evidence that aws mirror is closed (I mean it will never came again), Please let me know. I'll make workaround quickly.

anatawa12 commented 1 year ago

Relates https://github.com/itzg/docker-minecraft-server/issues/1814

leytilera commented 1 year ago

I don't know, if the aws mirror is closed, but newer versions of ForgeGradle seem to download the Minecraft files from piston meta using this endpoint: https://piston-meta.mojang.com/mc/game/version_manifest.json

Jedibrine commented 1 year ago

Broken for me as well. Not sure if it's closed or how long it would take for them to notice if it's just broken.

anatawa12 commented 1 year ago

I'm going to fix this problem soon with @leytilera's suggestion. Thank you for suggestion.

anatawa12 commented 1 year ago

148 implemented fix for 1.1.x and #149 for 1.0.x. I'm going to release 1.0.10.

anatawa12 commented 1 year ago

1.2-1.0.10 has been released. Please try it.

DakEnviy commented 1 year ago

The fix works fine. Thank you!