Glitchfiend / TerraBlender

TerraBlender is a library mod for adding biomes in a simple and compatible manner with Minecraft's new biome/terrain system.
https://www.curseforge.com/minecraft/mc-mods/terrablender
GNU Lesser General Public License v3.0
85 stars 28 forks source link

521 error #103

Closed MJRamon closed 1 year ago

MJRamon commented 1 year ago

What's the issue you encountered?

I've updated dependencies, and now I'm getting Could not HEAD 'https://jitpack.io/com/github/glitchfiend/TerraBlender-fabric/1.19.2-2.0.1.136/TerraBlender-fabric-1.19.2-2.0.1.136.pom'. Received status code 521 from server

This is going on for several hours. Jitpack status says servers are operational. Offline mode is not enabled in IntelliJ. Is Jitpack broken or something broke on my end?

How can the issue be reproduced?

Run IntelliJ

Logs

No response

Mod Version

1.19.2-2.0.1.136

Additional information

No response

Adubbz commented 1 year ago

You probably don’t have the Forge maven set up in gradle correctly, which is required even for the Fabric version. I have no idea what jitpack is, we don’t use it

MJRamon commented 1 year ago

Yeah, I've placed maven { url 'https://jitpack.io' } last in repositories list and now it works. Jitpack, as it shows, is a pile of garbage.