Files
minecraft-bedrock-json-schemas/source/behavior/items/1.16.200/events/shoot.json

24 lines
686 B
JSON
Raw Normal View History

2021-06-06 10:07:19 +00:00
{
"$id": "blockception.minecraft.behavior.1.16.200.items.events.shoot",
"title": "Shoot",
2021-06-16 16:19:12 +02:00
"description": "UNDOCUMENTED",
2021-07-01 11:35:53 +02:00
"$comment": "UNDOCUMENTED",
2021-06-06 10:07:19 +00:00
"type": "object",
"additionalProperties": false,
"properties": {
2021-07-01 16:35:56 +02:00
"angle_offset": {
"type": "number",
"title": "Angle Offset",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"launch_power": {
"type": "number",
"title": "Launch Power",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
2021-07-01 16:37:41 +02:00
"projectile": { "type": "string", "title": "Projectile", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
2021-06-06 10:07:19 +00:00
}
}