LambdAurora / LambdaControls

A minecraft mod which adds better controls and controller support.
MIT License
67 stars 20 forks source link

Issues with the repositories #88

Closed Undercoverer closed 2 years ago

Undercoverer commented 2 years ago

The main issues are that the repository provided does not match to the jitpack repository

<dependency>
  <groupId>dev.lambdaurora</groupId>
  <artifactId>lambdacontrols</artifactId>
  <version>1.7.1+1.17</version>
</dependency>

versus the actual

<dependency>
    <groupId>com.github.lambdaurora</groupId>
    <artifactId>lambdacontrols</artifactId>
    <version>1.6.0-1.16</version>
</dependency>

and that the version provided does not actually exist.

The most recent working version is 1.6.0-1.16

Screenshots

image

image

LambdAurora commented 2 years ago

https://maven.gegy.dev/releases/dev/lambdaurora/lambdacontrols

Jitpack is bad.