Can't install geckolib3 on my 1.16.5 build env on my build.gradle
4nyNoob opened this issue ยท 2 comments
this is my first experience on modding, i literally just want to add some simple hostile mobs and i don't feel like using java class models, i'm already familiar with geckolib so i'm gonna stick with it, anyways
i get two errors on intellij when trying to update the gradle.build
Caused by: org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find software.bernie.geckolib:geckolib-forge-1.16:3.0.57.
> Could not find software.bernie.geckolib:geckolib-forge-1.16:3.0.57_mapped_snapshot_20210309-1.16.5.
Searched in the following locations:
- file:/home/any/.gradle/caches/forge_gradle/bundled_deobf_repo/software/bernie/geckolib/geckolib-forge-1.16/3.0.57_mapped_snapshot_20210309-1.16.5/geckolib-forge-1.16-3.0.57_mapped_snapshot_20210309-1.16.5.pom
- file:/home/any/.gradle/caches/forge_gradle/bundled_deobf_repo/software/bernie/geckolib/geckolib-forge-1.16/3.0.57_mapped_snapshot_20210309-1.16.5/geckolib-forge-1.16-3.0.57_mapped_snapshot_20210309-1.16.5.jar
Required by:
project :
Possible solution:
- Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html
also here's my build.gradle
You've put the maven in the wrong repositories block
Ask in a modding help server if you need help