Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Service Unavailable" error when adding dependencies [Fabric 1.19.4] #127

Open
ButterKing-28 opened this issue Sep 7, 2023 · 1 comment

Comments

@ButterKing-28
Copy link

What's the issue you encountered?

When I restart gradle when setting up it pops up with an error:
Could not GET 'https://server.bbkr.space/artifactory/libs-release/com/github/glitchfiend/TerraBlender-fabric/1.19.4-2.2.0.168/TerraBlender-fabric-1.19.4-2.2.0.168.pom'. Received status code 503 from server: Service Unavailable

How can the issue be reproduced?

I just added it to my repo and dependencies (also on fabric)

Logs

n/a

Mod Version

2.2.0.168

Additional information

Here is what I put in:

repositories{
maven { url = 'https://maven.minecraftforge.net/' }
}

dependencies {
modImplementation 'com.github.glitchfiend:TerraBlender-fabric:1.19.4-2.2.0.168'
}

@ButterKing-28 ButterKing-28 changed the title "Service Unavailable" error when adding dependencies [1.19.4] "Service Unavailable" error when adding dependencies [Fabric 1.19.4] Sep 7, 2023
@Adubbz
Copy link
Member

Adubbz commented Sep 7, 2023

Please ensure your build.gradle and settings.gradle files match those found in the example here https://github.com/Glitchfiend/TerraBlender/tree/TB-1.20-3.x.x/Example/Fabric

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants