diff --git a/McDecryptor/Program.cs b/McDecryptor/Program.cs index 8714c50..f52c5c8 100644 --- a/McDecryptor/Program.cs +++ b/McDecryptor/Program.cs @@ -260,6 +260,8 @@ namespace McDecryptor ext += ".mcworld"; else if (cEntry.ProductType == "addon") ext += ".mcaddon"; + else if (cEntry.ProductType == "persona") + ext += ".mcpersona"; else ext += ".mcpack";