Files
minecraft-bedrock-json-schemas/source/behavior/items/1.16.100/events/damage.json
2021-06-16 16:19:12 +02:00

12 lines
401 B
JSON

{
"$id": "blockception.minecraft.behavior.1.16.100.items.events.shoot",
"title": "Shoot",
"description": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false,
"properties": {
"type": { "type": "string", "title": "Type", "description": "UNDOCUMENTED", "enum": ["magic"] },
"amount": { "type": "number", "title": "Amount", "description": "UNDOCUMENTED" }
}
}