Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Extract default packs in a secondary thread, making use of zip4j's ProgressMonit... #12

Open
todo bot opened this issue Aug 2, 2020 · 0 comments
Assignees

Comments

@todo
Copy link

todo bot commented Aug 2, 2020

// TODO: Extract default packs in a secondary thread, making use of zip4j's ProgressMonitor
for (i in zipFile.fileHeaders.filter {
it.fileName.startsWith("assets/minecraft")
}) {
zipFile.extractFile(
i,


This issue was generated by todo based on a TODO comment in f2366ea. It's been assigned to @DeflatedPickle because they committed the code.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant