Started by
Derpy101
on
Topic category: Advanced modding
Yo, Thanks for reading this, I assume 99% of people have no idea how to do this, like myself.
My mod has reached over 65535 assets, (Textures) and as ive done research, there is no way to compress my texture amount.
Butttttt I have no idea how to add the zip64 dependency to my gradle file, nor do I know how to set it up. So I would love some help here!
Thank you very much!
Well this is now a tutorial!
Once again I found out how to do it right after posting an ask lol.
for Mcreator 2023.4 (what I'm using)
in your build.gradle file under dependencies paste in this:
implementation 'org.apache.commons:commons-compress:1.21'
That'l fix it XD
add
tasks.jar { zip64 true }
under the apply from: 'mcreator.gradle' to export it to a jar file