2021-01-05 00:37:18 +01:00
|
|
|
{
|
2021-04-04 13:52:35 +02:00
|
|
|
"$id": "blockception.minecraft.behavior.1.16.200.items.events.shoot",
|
2021-01-05 00:37:18 +01:00
|
|
|
"title": "Shoot",
|
|
|
|
|
"description": "UNDOCUMENTATED",
|
2021-01-05 10:49:01 +01:00
|
|
|
"type": "object",
|
|
|
|
|
"additionalProperties": false,
|
|
|
|
|
"properties": {
|
2021-03-21 15:18:38 +01:00
|
|
|
"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" }
|
2021-01-05 10:49:01 +01:00
|
|
|
}
|
|
|
|
|
}
|