mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-09-23 06:32:43 +00:00
Skins.pck no longer made on default
This commit is contained in:
@@ -350,8 +350,6 @@ namespace PckStudio
|
||||
locFile.InitializeDefault(packName);
|
||||
pack.CreateNewAsset("localisation.loc", PckAssetType.LocalisationFile, new LOCFileWriter(locFile, 2));
|
||||
|
||||
pack.CreateNewAssetIf(createSkinsPCK, "Skins.pck", PckAssetType.SkinDataFile, new PckFileWriter(new PckFile(3, 3), OMI.ByteOrder.BigEndian));
|
||||
|
||||
return pack;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user