dwhitacre / WindowsGSM.ForgeMC

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

dont copy `forge-{MC Version}-{Forge Version}.jar` to `forge.jar` #6

Closed dwhitacre closed 3 years ago

dwhitacre commented 3 years ago

I did this to make checking if installs/imports etc were valid much easier.

It would be nice if the function that gets the forge.jar filename returned the correct forge-{MC Version}-{Forge Version}.jar if it was available.

Should consider what it means if they have two forge jars... also they probably will have the installer still lying around, so dont accidentally get that.

dwhitacre commented 3 years ago

need to do this to make upgrade work since we have no way currently to know what version is installed

dwhitacre commented 3 years ago

added in v0.3