Open andreypfau opened 3 months ago
Try adding jitpack as a repo
didn't work for me
@andreypfau @FelixTPG any update?
It somehow worked in the end for me, but i‘ll send my full pom tomorrow when I‘m back at my pc
<repository>
<id>scijava.public</id>
<url>https://maven.scijava.org/content/repositories/public/</url>
</repository>
<dependency>
<groupId>com.github.GeyserMC</groupId>
<artifactId>MCProtocolLib</artifactId>
<version>1.20-1</version>
</dependency>
This was the only thing that worked for me...
@andreypfau @FelixTPG any update?
I use exactly that in readme. Try to reproduce on empty project with current settings:
I tried twice. But doesn‘t matter anyways for me. I don‘t use it that often.
Use the snapshot repository https://repo.opencollab.dev/maven-snapshots/
and add -SNAPSHOT
on to the end of your version like this implementation("org.geysermc.mcprotocollib:protocol:1.21-SNAPSHOT")