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.
This commit is contained in:
MattNL
2023-11-11 15:24:50 -05:00
parent abbb99cc60
commit c5a4969d9d

View File

@@ -1690,7 +1690,7 @@ namespace PckStudio
{
SaveFileDialog sfd = new SaveFileDialog
{
Filter = "Minecraft Pack File|*.mcpack"
Filter = "Zip file|*.zip"
};
if (sfd.ShowDialog() == DialogResult.OK)
{