Open gitdunk opened 6 months ago
I've ran into this issue as well (beta65 in my case). Is there an alternate repository that provides them?
Same here. For now I'm gonna build it locally and include it that way, but it would be really nice if newer versions were actually in a maven repo.
I made a maven repository and uploaded it here if you guys need it https://maven.raeven.fr/#/releases
I really appreciate this. Would you mind adding 1.20.6 as well?
I just added it
Once again, much appreciated!
You are getting this error because you have specified the wrong version for the Maven (0.0.1-beta63-1.19
), which does not exist. The three newest versions of the 1.19 Maven are 0.0.1-beta63.5-1.19.X
, 0.0.1-beta63-1.19.3
, and 0.0.1-beta63-1.19.4
. Note the patch number of the Minecraft version, which is required to locate the correct Maven package.
this is the error I got
it also looked in some file:// places but I took them out this happens with 1.19.x, .3, and .4, but I don't get why.