Files
minecraft-bedrock-json-schemas/source/behavior/items/format/events/shoot.json
2022-06-07 20:42:18 +02:00

24 lines
663 B
JSON

{
"$id": "blockception.minecraft.behavior.1.16.200.items.events.shoot",
"title": "Shoot",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false,
"properties": {
"angle_offset": {
"type": "number",
"title": "Angle Offset",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"launch_power": {
"type": "number",
"title": "Launch Power",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"projectile": { "type": "string", "title": "Projectile", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
}
}