GeckoLib

GeckoLib

146M Downloads

"Missing GeckoLib3"

ItsLushotology opened this issue ยท 3 comments

commented

Apologies, I'm a newbie, so another question. Upon running a test client run in IntelliJ, I am faced with the following error:

Incompatible mod set!
net.fabricmc.loader.impl.FormattedException: Mod resolution encountered an incompatible mod set!
A potential solution has been determined:
- Install geckolib3, version 3.1.0 or later.
Unmet dependency listing:
- Mod requires version 3.1.0 or later of geckolib3, which is missing!
at net.fabricmc.loader.impl.FormattedException.ofLocalized(FormattedException.java:51)
at net.fabricmc.loader.impl.FabricLoaderImpl.load(FabricLoaderImpl.java:192)
at net.fabricmc.loader.impl.launch.knot.Knot.init(Knot.java:148)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:68)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)

I also attempted to compile the mod and run it through my regular minecraft launcher, which has fabric api and geckolib installed and am faced with the same error.

My gradle.properties are:
1

And my gradle.build repository is:
repositories {
maven { url 'https://dl.cloudsmith.io/public/geckolib3/geckolib/maven/' }

And the dependencies are:
image

Loom is 1.1 if that helps.
THANK YOU!!!!

commented

image

Additional info

commented

make sure to update your fabric.mod.json for the namespace of just geckolib

commented

make sure to update your fabric.mod.json for the namespace of just geckolib

Thank you, I fuckin love you