diff --git a/McCrypt/PackData/PEntry.cs b/McCrypt/PackData/PEntry.cs index 829d9f9..0c9aee1 100644 --- a/McCrypt/PackData/PEntry.cs +++ b/McCrypt/PackData/PEntry.cs @@ -83,7 +83,7 @@ namespace McCrypt.PackData { return Manifest.ReadDependancyUuids(this.ManifestPath); } - else if(this.ProductType == "minecraftWorlds") + else if(Path.GetFileName(Path.GetDirectoryName(this.FilePath)) == "minecraftWorlds") { List uuids = new List(); if(File.Exists(WorldResourcePacksPath)) uuids.AddRange(Manifest.ReadWorldPackList(WorldResourcePacksPath));