mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-01-19 08:21:59 +00:00
38 lines
979 B
JSON
38 lines
979 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "3494639353",
|
|
"definitions": {
|
|
"1398826300": {
|
|
"title": "struct SharedTypes::IntRange",
|
|
"type": "object",
|
|
"properties": {
|
|
"max": {
|
|
"type": "integer",
|
|
"$metaProperties": {}
|
|
},
|
|
"min": {
|
|
"type": "integer",
|
|
"$metaProperties": {}
|
|
}
|
|
},
|
|
"$metaProperties": {}
|
|
}
|
|
},
|
|
"title": "minecraft:durability v1.20.50",
|
|
"type": "object",
|
|
"properties": {
|
|
"damage_chance": {
|
|
"$ref": "#/definitions/1398826300",
|
|
"$metaProperties": {}
|
|
},
|
|
"max_durability": {
|
|
"type": "integer",
|
|
"$metaProperties": {},
|
|
"minimum": 0.0
|
|
}
|
|
},
|
|
"required": [
|
|
"max_durability"
|
|
],
|
|
"$metaProperties": {}
|
|
} |