Skip to content

Commit

Permalink
Merge pull request #42 from Fasguy/dev
Browse files Browse the repository at this point in the history
v1.3.0
  • Loading branch information
Fasguy authored Jun 11, 2023
2 parents b53c2a8 + 65e5296 commit 3130779
Show file tree
Hide file tree
Showing 120 changed files with 6,169 additions and 932 deletions.
7 changes: 0 additions & 7 deletions lib/fflate-zip.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
import { strToU8, Zip, ZipDeflate } from "fflate";

/*
#13 TODO: If you open the generated zip using 7-Zip and check the file's info window, you'll see a section called "Errors".
This section will currently show "Headers error".
This doesn't seem like it actually is much of a problem, as the zip still works in Minecraft, but should probably be fixed.
*/
export class fflateZip {
private _zipFile = new Zip();
private _zipOut: Uint8Array[] = [];
Expand Down
Loading

0 comments on commit 3130779

Please sign in to comment.