mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-01-31 14:12:09 +00:00
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "268086052",
|
|
"definitions": {
|
|
"1531870811": {
|
|
"title": "struct SharedTypes::Legacy::ItemDescriptor",
|
|
"oneOf": [
|
|
{
|
|
"type": "string"
|
|
},
|
|
{
|
|
"title": "associative container",
|
|
"type": "object",
|
|
"additionalProperties": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"$metaProperties": {}
|
|
}
|
|
},
|
|
"title": "minecraft:food v1.20.50",
|
|
"type": "object",
|
|
"properties": {
|
|
"can_always_eat": {
|
|
"type": "boolean",
|
|
"$metaProperties": {}
|
|
},
|
|
"nutrition": {
|
|
"type": "integer",
|
|
"$metaProperties": {}
|
|
},
|
|
"saturation_modifier": {
|
|
"type": "number",
|
|
"$metaProperties": {},
|
|
"minimum": 0.0
|
|
},
|
|
"using_converts_to": {
|
|
"$ref": "#/definitions/1531870811",
|
|
"$metaProperties": {}
|
|
}
|
|
},
|
|
"$metaProperties": {}
|
|
} |