Files
minecraft-bedrock-json-schemas/source/behavior/items/1.16.200/events/damage.json

13 lines
488 B
JSON
Raw Normal View History

2021-06-06 10:07:19 +00:00
{
"$id": "blockception.minecraft.behavior.1.16.200.items.events.shoot",
"title": "Shoot",
2021-06-16 16:19:12 +02:00
"description": "UNDOCUMENTED",
2021-07-01 11:35:53 +02:00
"$comment": "UNDOCUMENTED",
2021-06-06 10:07:19 +00:00
"type": "object",
"additionalProperties": false,
"properties": {
2021-07-01 16:37:41 +02:00
"type": { "type": "string", "title": "Type", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "enum": ["magic"] },
"amount": { "type": "number", "title": "Amount", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
2021-06-06 10:07:19 +00:00
}
}