Soartex-Modded / Modded-1.12.x

Soartex Mod Textures for Minecraft 1.12.x! Download here:
https://soartex.net/downloads/mods/
27 stars 21 forks source link

Add pack.py to pack all the mods' texture pack together #21

Closed wafer-li closed 5 years ago

wafer-li commented 5 years ago

Add a python script to pack all the mods' texture packs into one zip file named Soartex-Modded-1-12-2.zip

And it could just used as a normal texture pack

artdude543 commented 5 years ago

We have an internal script which builds these files for us and pushes releases. Making a ZIP from the Git has always been a manual thing for people to do on their own accord.

While I appreciate the script. Sadly the way the CI works for making the files, this script being in the repo would affect that system. As all our repos are to a spec which meets the needs of the main build system.

This script would also miss the main Vanilla Files along with the Soartex Base files. So would cause more confusion to end-users.

wafer-li commented 5 years ago

Sorry, I didn't consider you guys have a CI doing such things internally.

Maybe it is better to have the script as my own gist.

Therefore I will close this PR. If you still need such script eventually, you could reopen it.