FabricMC / fabric-loom

Gradle build system plugin used to automate the setup of a minecraft mod development environment.
MIT License
221 stars 193 forks source link

Fix and test writing uncompressed entries to zip files. #1139

Closed modmuss50 closed 1 day ago

modmuss50 commented 2 days ago

Closes #1138

Unfortunately I dont think there is a way to do this without copying the entire content into memory first, so any large files may cause memory pressure.