1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-08-14 03:02:53 +00:00
Files
Mike Ammerlaan c32ab2ac8e v1.21.100.6
2025-08-05 10:30:44 -07:00

30 lines
1003 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "608914689",
"x-format-version": "1.20.50",
"x-minecraft-version": "1.21.100-beta.6",
"definitions": {
"1492643634": {
"title": "Reference",
"type": "string"
}
},
"title": "minecraft:projectile",
"description": "Projectile items shoot out, like an arrow.",
"type": "object",
"properties": {
"minimum_critical_power": {
"description": "Specifies how long a player must charge a projectile for it to critically hit.",
"type": "number"
},
"projectile_entity": {
"description": "Which entity is to be fired as a projectile.",
"$ref": "#/definitions/1492643634",
"minLength": 0,
"pattern": "^(?:\\w+(?:\\.\\w+)*:(?=\\w))?(?:\\w+(?:\\.\\w+)*)(?:<((?:\\w+(?:\\.\\w+)*:(?=\\w))?\\w+(?:\\.\\w+)*)*>)?$"
}
},
"required": [
"projectile_entity"
]
}