Skip to content

Commit

Permalink
chore: remove debug zipping of pack
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy0000 committed Jul 22, 2024
1 parent 2feaa34 commit e7f6635
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/kotlin/com/mineinabyss/packy/PackyGenerator.kt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ object PackyGenerator {
PackObfuscator(cachedPack).obfuscatePack()

val builtPack = MinecraftResourcePackWriter.minecraft().build(cachedPack)
MinecraftResourcePackWriter.minecraft().writeToZipFile(packy.plugin.dataFolder.toPath().resolve("test.zip"), cachedPack)
PackyPack(builtPack, templateIds).apply {
cachedPacks[templateIds] = this
cachedPacksByteArray[templateIds] = builtPack.data().toByteArray()
Expand Down

0 comments on commit e7f6635

Please sign in to comment.