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

13 lines
480 B
JSON
Raw Normal View History

2021-01-05 00:37:18 +01:00
{
"$schema": "http://json-schema.org/draft-07/schema",
2021-04-04 13:52:35 +02:00
"$id": "blockception.minecraft.behavior.1.16.100.items.events.remove_mob_effect",
2021-03-21 15:18:38 +01:00
"title": "Remove Mob Effect",
2021-01-05 00:37:18 +01:00
"description": "UNDOCUMENTATED",
2021-01-05 10:49:01 +01:00
"type": "object",
"additionalProperties": false,
"properties": {
2021-03-21 15:18:38 +01:00
"effect": { "type": "string", "title": "Effect", "description": "UNDOCUMENTATED" },
"target": { "type": "string", "title": "Target", "description": "UNDOCUMENTATED", "enum": ["holder"] }
2021-01-05 10:49:01 +01:00
}
}