Refactoring
This commit is contained in:
23
source/behavior/items/format/events/shoot.json
Normal file
23
source/behavior/items/format/events/shoot.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.1.16.200.items.events.shoot",
|
||||
"title": "Shoot",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"angle_offset": {
|
||||
"type": "number",
|
||||
"title": "Angle Offset",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"launch_power": {
|
||||
"type": "number",
|
||||
"title": "Launch Power",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"projectile": { "type": "string", "title": "Projectile", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user