Moved to source folder
This commit is contained in:
34
source/behaviour/blocks/1.16.200/events/add_mob_effect.json
Normal file
34
source/behaviour/blocks/1.16.200/events/add_mob_effect.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behaviour.1.16.200.block.events.add_mob_effect",
|
||||
"type": "object",
|
||||
"description": "Apply mob effect to target.",
|
||||
"title": "Add mob effect 1.16.200",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"amplifier": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"description": "The amplifier for the mob effect.",
|
||||
"title": "Amplifier"
|
||||
},
|
||||
"duration": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
"description": "The duration of the mob effect.",
|
||||
"title": "Duration"
|
||||
},
|
||||
"effect": {
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"description": "The mob effect to apply.",
|
||||
"title": "Effect"
|
||||
},
|
||||
"target": {
|
||||
"type": "object",
|
||||
"default": "self",
|
||||
"description": "The target context to execute against.",
|
||||
"title": "Target"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user