mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 12:18:46 +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 array $modules;
|
||||||
|
|
||||||
public ?ManifestMetadata $metadata = null;
|
public ?ManifestMetadata $metadata = null;
|
||||||
|
|
||||||
|
/** @var string[] */
|
||||||
|
public ?array $capabilities = null;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user