mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 00:07:30 +00:00
Acknowledge the presence of capabilities field in resource pack manifest
closes #4485
This commit is contained in:
parent
6a8280b1ba
commit
afa3349c04
@ -40,4 +40,7 @@ final class Manifest{
|
||||
public array $modules;
|
||||
|
||||
public ?ManifestMetadata $metadata = null;
|
||||
|
||||
/** @var string[] */
|
||||
public ?array $capabilities = null;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user