GeckoLib

GeckoLib

146M Downloads

ModuleVersionNotFoundException

ArztKlein opened this issue ยท 1 comments

commented

Following the installation guide at https://github.com/bernie-g/geckolib/wiki/Installation for Forge 1.18.

repositories{
        maven { url 'https://dl.cloudsmith.io/public/geckolib3/geckolib/maven/' }
}
dependencies{
        implementation fg.deobf('software.bernie.geckolib:geckolib-forge-1.18:3.0.57')
}

I get the error

Caused by: org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find software.bernie.geckolib:geckolib-forge-1.18:3.0.57.

I tried .46 aswell.

Here's my build.gradle file:
https://pastebin.com/WK8C1eB9

commented

Put the url into the wrong section.