mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-01-19 08:21:59 +00:00
21 lines
512 B
JSON
21 lines
512 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "2063418195",
|
|
"title": "minecraft:damage_absorption v1.21.10",
|
|
"type": "object",
|
|
"properties": {
|
|
"absorbable_causes": {
|
|
"title": "sequence container",
|
|
"type": "array",
|
|
"items": {
|
|
"type": "string"
|
|
},
|
|
"$metaProperties": {},
|
|
"minItems": 1
|
|
}
|
|
},
|
|
"required": [
|
|
"absorbable_causes"
|
|
],
|
|
"$metaProperties": {}
|
|
} |