[1.12.2] Can't get geckolib working in my intellij
SupremeMarshal opened this issue ยท 2 comments
This is for the maven:
maven {
url = "https://repo.repsy.io/mvn/gandiber/geckolib"
}
and this is for the dependencies:
deobfCompile('software.bernie.geckolib:forge-1.12.2-geckolib:3.0.0-beta.7')
Running setupDecompWorkspace give me this error:
Could not find software.bernie.geckolib:forge-1.12.2-geckolib:3.0.0-beta.7.
Use this repo :
repositories { maven { url = 'https://dl.cloudsmith.io/public/geckolib3/geckolib/maven/' } }