Acknowledge the presence of capabilities field in resource pack manifest

closes #4485
This commit is contained in:
Dylan K. Taylor 2021-10-01 21:09:53 +01:00
parent 6a8280b1ba
commit afa3349c04
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -40,4 +40,7 @@ final class Manifest{
public array $modules;
public ?ManifestMetadata $metadata = null;
/** @var string[] */
public ?array $capabilities = null;
}