UPdated example for minecraft:health

This commit is contained in:
DaanV2
2021-10-13 10:41:36 +02:00
parent d0982cfe9f
commit d588570871

View File

@@ -19,9 +19,7 @@
"description": "Current health of the entity",
"title": "Value",
"oneOf": [
{
"type": "integer"
},
{ "type": "integer", "default": 1 },
{
"type": "object",
"additionalProperties": false,
@@ -44,9 +42,5 @@
]
}
},
"examples": [
{
"max": 0
}
]
"examples": [{ "value": 1, "max": 0 }]
}