GregTechCEu / Buildscripts

Shared buildscripts and templates for 1.12.2 Minecraft mods
MIT License
27 stars 10 forks source link

Add more Run Config + Option to use old Jar Naming Format #34

Closed IntegerLimit closed 1 year ago

IntegerLimit commented 1 year ago

Some notes: Modifying the run configs in addon.gradle would just addon, and not modify existing run configs Editing the jar naming format in addon.gradle does not work, as it is run before the version is set, meaning that it is overrided back to just version. This can be useful for old mods that want to resume their old format, and for mods that support lots of Minecraft versions.

IntegerLimit commented 1 year ago

As of https://github.com/GregTechCEu/Buildscripts/pull/34/commits/be4ede374d9aa825c60946bf3e85437650c4a9a0, this also now makes the api jar task run on ./gradlew build.