Closed AnAwesomGuy closed 1 year ago
also, if it's possible to automatically make the newest version featured, that would be amazing
I think a version range may be possible for modrinth, curseforge will be a bit harder as it doesnt follow the standard Minecraft versioning.
Done, thanks for the idea.
so, for example, i could do
1.18,1.19.2
and it would add all the versions and snapshots between those versions (inclusive) right now, i have this terrible thing in my build.gradlefor curseforge, maybe you could loop over the result of issuing a get request to
minecraft.curseforge.com/api/game/versions
and do a similar thing to what i did with the minecraft versions list i would have definitely made a pr if i understood kotlin lol