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

View File

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