mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-17 10:31:53 +00:00
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:
@@ -1690,7 +1690,7 @@ namespace PckStudio
|
||||
{
|
||||
SaveFileDialog sfd = new SaveFileDialog
|
||||
{
|
||||
Filter = "Minecraft Pack File|*.mcpack"
|
||||
Filter = "Zip file|*.zip"
|
||||
};
|
||||
if (sfd.ShowDialog() == DialogResult.OK)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user