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

12 lines
407 B
JSON
Raw Normal View History

2021-06-06 10:07:19 +00:00
{
"$id": "blockception.minecraft.behavior.1.16.100.items.events.shoot",
"title": "Shoot",
"description": "UNDOCUMENTATED",
"type": "object",
"additionalProperties": false,
"properties": {
"type": { "type": "string", "title": "Type", "description": "UNDOCUMENTATED", "enum": ["magic"] },
"amount": { "type": "number", "title": "Amount", "description": "UNDOCUMENTATED" }
}
}