Skip to content

Commit

Permalink
Changed converter file extension to zip instead of mcpack
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
MattN-L committed Nov 11, 2023
1 parent abbb99c commit c5a4969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PCK-Studio/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1690,7 +1690,7 @@ private void convertToBedrockToolStripMenuItem_Click(object sender, EventArgs e)
{
SaveFileDialog sfd = new SaveFileDialog
{
Filter = "Minecraft Pack File|*.mcpack"
Filter = "Zip file|*.zip"
};
if (sfd.ShowDialog() == DialogResult.OK)
{
Expand Down

0 comments on commit c5a4969

Please sign in to comment.