mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-01-19 07:11:56 +00:00
22 lines
636 B
JSON
22 lines
636 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "608914689",
|
|
"title": "minecraft:projectile v1.20.50",
|
|
"type": "object",
|
|
"properties": {
|
|
"minimum_critical_power": {
|
|
"type": "number",
|
|
"$metaProperties": {}
|
|
},
|
|
"projectile_entity": {
|
|
"type": "string",
|
|
"$metaProperties": {},
|
|
"minLength": 0,
|
|
"pattern": "^(?:\\w+(?:\\.\\w+)*:(?=\\w))?(?:\\w+(?:\\.\\w+)*)(?:<((?:\\w+(?:\\.\\w+)*:(?=\\w))?\\w+(?:\\.\\w+)*)*>)?$"
|
|
}
|
|
},
|
|
"required": [
|
|
"projectile_entity"
|
|
],
|
|
"$metaProperties": {}
|
|
} |