FabricMC / fabric-installer

An Installer for Fabric. For the vanilla launcher
Apache License 2.0
102 stars 65 forks source link

Add system property for specifying custom server jar path #117

Closed chylex closed 1 year ago

chylex commented 1 year ago
  1. If a system property fabric.installer.server.gameJar exists, it overrides the default path to the server jar.
  2. The server jar is only downloaded if it does not exist. Previously it would be downloaded even when the server jar already existed, but the launch jar was missing.
modmuss50 commented 1 year ago

Tested, works as expected 👍