mirror of
https://silica.codes/BedrockReverse/McTools.git
synced 2025-04-05 13:02:44 +13:00
add .mcpersona file extension
This commit is contained in:
parent
a018445d40
commit
1637fdf8b8
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue