mirror of
https://silica.codes/BedrockReverse/McTools.git
synced 2025-04-06 05:05:40 +12: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";
|
ext += ".mcworld";
|
||||||
else if (cEntry.ProductType == "addon")
|
else if (cEntry.ProductType == "addon")
|
||||||
ext += ".mcaddon";
|
ext += ".mcaddon";
|
||||||
|
else if (cEntry.ProductType == "persona")
|
||||||
|
ext += ".mcpersona";
|
||||||
else
|
else
|
||||||
ext += ".mcpack";
|
ext += ".mcpack";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue