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

13 lines
517 B
JSON
Raw Normal View History

2021-06-06 10:07:19 +00:00
{
"$id": "blockception.minecraft.behavior.1.16.100.items.events.remove_mob_effect",
"title": "Remove Mob Effect",
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
"effect": { "type": "string", "title": "Effect", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"target": { "type": "string", "title": "Target", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "enum": ["holder"] }
2021-06-06 10:07:19 +00:00
}
}