1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-10-01 00:01:22 +00:00
Files
2025-09-09 10:02:11 -07:00

70 lines
1.3 KiB
JSON

{
"$id": "1899103179",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"2770948419": {
"properties": {
"name": {
"type": "string"
},
"states": {
"additionalProperties": {
"$ref": "#/definitions/517105782"
},
"type": "object"
},
"tags": {
"type": "string"
}
},
"title": "BlockDescriptorProxy",
"type": "object"
},
"2794205495": {
"oneOf": [
{
"$ref": "#/definitions/2770948419"
},
{
"minLength": 1,
"type": "string"
},
{
"$ref": "#/definitions/2770948419"
}
],
"title": "Block Descriptor"
},
"517105782": {
"oneOf": [
{
"type": "integer"
},
{
"type": "string"
},
{
"type": "boolean"
}
],
"title": "compound_proxy"
}
},
"properties": {
"block": {
"$ref": "#/definitions/2794205495",
"description": "Block to be dug."
},
"speed": {
"description": "Digging speed for the correlating block(s).",
"type": "integer"
}
},
"required": [
"block",
"speed"
],
"title": "BlockInfo",
"type": "object",
"x-format-version": "1.20.50"
}