mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-12 00:39:45 +00:00
Updated ResourcePackType
This commit is contained in:
parent
3511ac010d
commit
af3c7b7c76
@ -29,11 +29,14 @@ final class ResourcePackType{
|
||||
//NOOP
|
||||
}
|
||||
|
||||
//Needs updated
|
||||
public const INVALID = 0;
|
||||
public const RESOURCES = 1;
|
||||
public const BEHAVIORS = 2;
|
||||
public const WORLD_TEMPLATE = 3;
|
||||
public const ADDON = 4; //scripts?
|
||||
public const SKINS = 5;
|
||||
public const ADDON = 1;
|
||||
public const CACHED = 2;
|
||||
public const COPY_PROTECTED = 3;
|
||||
public const BEHAVIOR = 4;
|
||||
public const PERSONA_PIECE = 5;
|
||||
public const RESOURCES = 6;
|
||||
public const SKINS = 7;
|
||||
public const WORLD_TEMPLATE = 8;
|
||||
public const COUNT = 9;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user