From c5a4969d9d813f194d3598fe579c8d2e0a62818c Mon Sep 17 00:00:00 2001 From: MattNL Date: Sat, 11 Nov 2023 15:24:50 -0500 Subject: [PATCH] Changed converter file extension to zip instead of mcpack The reason for this is that most skin packs will not work with the standard mcpack format. There will be a setting for this in the program settings eventually. --- PCK-Studio/MainForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PCK-Studio/MainForm.cs b/PCK-Studio/MainForm.cs index 8bcce51e..a19e6593 100644 --- a/PCK-Studio/MainForm.cs +++ b/PCK-Studio/MainForm.cs @@ -1690,7 +1690,7 @@ namespace PckStudio { SaveFileDialog sfd = new SaveFileDialog { - Filter = "Minecraft Pack File|*.mcpack" + Filter = "Zip file|*.zip" }; if (sfd.ShowDialog() == DialogResult.OK) {