Zip64 HIGH TECH

Started by Derpy101 on

Topic category: Advanced modding

Last seen on 04:35, 27. Apr 2024
Joined Apr 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Zip64 HIGH TECH

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!

Last seen on 04:35, 27. Apr 2024
Joined Apr 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Well this is now a tutorial…
Tue, 03/26/2024 - 14:20

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

Last seen on 04:35, 27. Apr 2024
Joined Apr 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
add tasks.jar { zip64 true …
Sat, 04/20/2024 - 19:32

add 
tasks.jar { zip64 true }
under the apply from: 'mcreator.gradle' to export it to a jar file