Files
minecraft-bedrock-json-schemas/source/behavior/items/1.16.200/events/shoot.json
2021-04-04 13:52:35 +02:00

14 lines
556 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.1.16.200.items.events.shoot",
"title": "Shoot",
"description": "UNDOCUMENTATED",
"type": "object",
"additionalProperties": false,
"properties": {
"angle_offset": { "type": "number", "title": "Angle Offset", "description": "UNDOCUMENTATED" },
"launch_power": { "type": "number", "title": "Launch Power", "description": "UNDOCUMENTATED" },
"projectile": { "type": "string", "title": "Projectile", "description": "UNDOCUMENTATED" }
}
}