dwhitacre / WindowsGSM.ForgeMC

🧩 WindowsGSM plugin for supporting Minecraft: Forge Server
MIT License
4 stars 2 forks source link

dont get minecraft versions from Paper's API #4

Open dwhitacre opened 3 years ago

dwhitacre commented 3 years ago

currently we get the "latest" MC version from Paper's API. We need to get this from somewhere else as this probably is the latest version Paper supports and not the latest version of Minecraft nor the latest version Forge support

Kickbut101 commented 3 years ago

@dwhitacre of the two "sources of truth" you mentioned. Which one is the one you need for your plugin to work? I assume the "...latest version Forge support" is the correct one?

Do they have API?

dwhitacre commented 3 years ago

@Kickbut101 I would imagine the latter (the latest version Forge supports) would be the one we want here. from the last time i looked around, I didnt see much in terms of an api. the forge team has a maven server that they publish forge builds too... but its not completely public. I found this link at one point... which is potentially interesting here: https://maven.minecraftforge.net/net/minecraftforge/forge/maven-metadata.xml

this issue is sort of related to #3