IzzelAliz / Arclight

A Bukkit(1.19/1.20) server implementation in modding environment using Mixin. ⚡
GNU General Public License v3.0
1.42k stars 211 forks source link

feat: use arclight-server-launch.properties file to discover main class #1362

Closed 0utplay closed 3 weeks ago

0utplay commented 3 weeks ago

As discussed in discord this PR introduces a new file that contains the main classes for forge, neoforge & fabric.

The manifest file is not a great place for the property because you might have other dependency on the classpath and therefore the manifest might be overwritten.