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