Files
minecraft-bedrock-json-schemas/source/behavior/items/1.16.100/events/shoot.json
2021-06-16 16:19:12 +02:00

13 lines
505 B
JSON

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