QuiltMC / quiltmc.org

The source for quiltmc.org
https://quiltmc.org
Other
58 stars 48 forks source link

Mod Generator outputs outdated Gradle & Java versions #237

Open Hex4dec opened 1 month ago

Hex4dec commented 1 month ago

it.options.release should be 21, and `distributionUrl should point to the 8.8 version instead of 8.7. Also sourceCompatibility, targetCompatibility, and Mixin Java version is wrong.

Also, QSL fails to be imported.

UpcraftLP commented 1 month ago

Feel free to make a PR to update the template mod to MC 1.21.

As for the QSL import, that was an oversight when publishing QFAPI, you can work around it for now by manually adding a dependency on qsl, or wait until the next QFAPI release to fix it.