Updated ResourcePackType

This commit is contained in:
Stephen 2019-11-06 21:57:09 -05:00
parent 3511ac010d
commit af3c7b7c76

View File

@ -29,11 +29,14 @@ final class ResourcePackType{
//NOOP //NOOP
} }
//Needs updated
public const INVALID = 0; public const INVALID = 0;
public const RESOURCES = 1; public const ADDON = 1;
public const BEHAVIORS = 2; public const CACHED = 2;
public const WORLD_TEMPLATE = 3; public const COPY_PROTECTED = 3;
public const ADDON = 4; //scripts? public const BEHAVIOR = 4;
public const SKINS = 5; public const PERSONA_PIECE = 5;
public const RESOURCES = 6;
public const SKINS = 7;
public const WORLD_TEMPLATE = 8;
public const COUNT = 9;
} }