auto: Formatted json files
This commit is contained in:
@@ -3,21 +3,19 @@
|
||||
"$id": "blockception.minecraft.behaviour.1.16.200.items.events.remove_mob_effect",
|
||||
"title": "Remove mob effect",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"effect": {
|
||||
"type": "string",
|
||||
"title": "Effect",
|
||||
"description": "UNDOCUMENTATED"
|
||||
},
|
||||
"target": {
|
||||
"type": "string",
|
||||
"title": "Target",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"enum": [
|
||||
"holder"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"effect": {
|
||||
"type": "string",
|
||||
"title": "Effect",
|
||||
"description": "UNDOCUMENTATED"
|
||||
},
|
||||
"target": {
|
||||
"type": "string",
|
||||
"title": "Target",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"enum": ["holder"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user