mirror of
https://github.com/GeyserMC/PackConverter.git
synced 2026-01-06 15:41:51 +00:00
Don't auto pack
This commit is contained in:
@@ -57,7 +57,8 @@ public class Main {
|
||||
.input(packFile)
|
||||
.output(Paths.get(packFile.toString().replaceFirst("[.][^.]+$", ".mcpack")))
|
||||
.converters(Converters.defaultConverters())
|
||||
.convert();
|
||||
.convert()
|
||||
.pack();
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user