Updated
This commit is contained in:
@@ -2,34 +2,23 @@
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.hurt_on_condition",
|
||||
"type": "object",
|
||||
"title": "Hurt on condition 1.8.0",
|
||||
"title": "Hurt On Condition 1.8.0",
|
||||
"description": "Defines a set of conditions under which an entity should take damage.",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"damage_conditions": {
|
||||
"type": "array",
|
||||
"title": "Damage conditions",
|
||||
"title": "Damage Conditions",
|
||||
"description": "TODO",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"title": "Damage condition",
|
||||
"title": "Damage Condition",
|
||||
"description": "TODO",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"filters": {
|
||||
"$ref": "../filters.json"
|
||||
},
|
||||
"cause": {
|
||||
"type": "string",
|
||||
"title": "Cause",
|
||||
"description": "Damage cause",
|
||||
"$ref": "../../../../general/entity/damage_source.json"
|
||||
},
|
||||
"damage_per_tick": {
|
||||
"type": "integer",
|
||||
"title": "Damage per tick",
|
||||
"description": "TODO"
|
||||
}
|
||||
"filters": { "$ref": "../filters.json" },
|
||||
"cause": { "type": "string", "title": "Cause", "description": "Damage cause", "$ref": "../../../../general/entity/damage_source.json" },
|
||||
"damage_per_tick": { "type": "integer", "title": "Damage Per Tick", "description": "TODO" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user