Replies: 3 comments 1 reply
-
A few things
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Similarly, my 1.20.1 version also had the same problem. I clicked on the url 'https://dl.cloudsmith.io/public/geckolib3/geckolib/maven/' and found that even with the proxy, it still showed 404 not found.So I have reason to suspect that the Gecko library is invalid? Or some other reason. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Works fine Again, Geckolib support is done on the discord server, not here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a problem implementing Geckolib in my project in IntelliJ, Fabric 1.20.4.
According to the documentation (https://github.com/bernie-g/geckolib/wiki/Installation-(Geckolib4))
repositories {
maven {
name = 'GeckoLib'
url 'https://dl.cloudsmith.io/public/geckolib3/geckolib/maven/'
content {
includeGroupByRegex("software\.bernie.*")
includeGroup("com.eliotlash.mclib")
}
}
}
dependencies {
modImplementation("software.bernie.geckolib:geckolib-fabric-${minecraft_version}:${geckolib_version}")
implementation("com.eliotlash.mclib:mclib:20")
}
And:
gradle.properties: -> geckolib_version=4.4.6
But it gives me this error:
A problem occurred configuring root project 'Arcanum'.
Possible solution:
Beta Was this translation helpful? Give feedback.
All reactions