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

13 lines
513 B
JSON

{
"$id": "blockception.minecraft.behavior.1.16.100.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" }
}
}