MiraculixxT / MCCommons

Common functions and extensions for all my Minecraft plugins and mods
0 stars 0 forks source link

Missing definitions caused by package dependencies not being updated #1

Closed miyago9267 closed 1 week ago

miyago9267 commented 1 week ago

In the bluemap Marker plug-in, the latest version of branch relies on version 1.0.1 of mccommon. However, the Maven suite library and github repo have not been updated. When I want to compile, I encounter many problems with undefined functions and templates(Like the picture). Please request the author. Update the suite version or make the old version of bluemap public as another branch.

image
MiraculixxT commented 1 week ago

Sorry for this, maven changed some very annoying stuff to proceed updating libs that i didn't performed yet. For now you can clone this repo and execute the gradle task publishToMavenLocal, this makes it available on your machine

miyago9267 commented 1 week ago

How about the de.miraculixx:kpaper-light:1.2.1 package? Like the pictures BMM Paper plugin also depend the unrelease version 1.2.1, but i clone your own repo and look over the source code, its version is 1.2.0 right now.

image
MiraculixxT commented 1 week ago

Thanks for the notice. I got my self together today and fixed all maven account migration things and released both updated versions now on mavenCentral. You should be able to reload and fetch gradle in a few minutes (after DNS changes applied)

miyago9267 commented 1 week ago

Pretty thank, I've seen it on maven central and was able to implement it successfully. Thank you so much.