InventivetalentDev / MineskinClient

Java client for the MineSkin API
https://mineskin.org
MIT License
33 stars 15 forks source link

Incompatible with minecraft 1.19.2 #10

Closed Zailer43 closed 1 year ago

Zailer43 commented 2 years ago

Describe the bug I am trying to use this with Fabric on 1.19.2 but there is dependency conflict

To Reproduce Steps to reproduce the behavior:

  1. Start a project in fabric 1.19.2
  2. Go to build.gradle
  3. add
    
    repositories {
    maven { url 'https://repo.inventivetalent.org/repository/public/' }
    }

dependencies { // MineSkinClient implementation("org.mineskin:java-client:${project.mineskin_client_version}") }


4. Reload gradle
5. Start minecraft
6. Crash

**Expected behavior**
minecraft start correctly

**Additional context**
https://gist.github.com/Zailer43/5a799825f2ba0cc0196a617fbfa131d5