From 1637fdf8b82121bb137019d6fb231eae74266864 Mon Sep 17 00:00:00 2001
From: Li
Date: Tue, 21 Jan 2025 23:00:56 +1300
Subject: [PATCH] add .mcpersona file extension
---
McDecryptor/Program.cs | 2 ++
1 file changed, 2 insertions(+)
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";