1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-09-28 21:52:54 +00:00
Files
2025-09-09 10:02:11 -07:00

29 lines
857 B
JSON

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