TinyModularThings / UniqueEnchantments

Have some Unique Enchantments for yourself
https://www.curseforge.com/minecraft/mc-mods/unique-enchantments
Other
18 stars 16 forks source link

Gradle Build Automation Problem #26

Closed Speiger closed 3 years ago

Speiger commented 3 years ago

Right now the Gradle Export System is exporting a Fat Jar with both mods.

And the Export Process is at the moment:

  1. Build Jar
  2. Edit Jar (Remove Addon Stuff)
  3. Rename Jar
  4. Build Second Jar
  5. Edit Jar (Remove all base Mod Stuff)
  6. Update mcmeta.info
  7. Rename Jar

I tried improving that by automating the entire process. But no matter how I tried it I couldn't get it to work with Gradle itself. I know i can write a Java Class that could achieve that but that is not desired at all and the lets nuke the project or keep it running solution. The project is frozen until that is fixed. If anyone want's to submit a PR to speed up the process that would be nice.

Simple notes: