UPdated example for minecraft:health
This commit is contained in:
@@ -19,9 +19,7 @@
|
|||||||
"description": "Current health of the entity",
|
"description": "Current health of the entity",
|
||||||
"title": "Value",
|
"title": "Value",
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{
|
{ "type": "integer", "default": 1 },
|
||||||
"type": "integer"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
@@ -44,9 +42,5 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"examples": [
|
"examples": [{ "value": 1, "max": 0 }]
|
||||||
{
|
|
||||||
"max": 0
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user