mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-10-07 11:09:51 +00:00
88 lines
2.0 KiB
JSON
88 lines
2.0 KiB
JSON
{
|
|
"$id": "2499855414",
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"definitions": {
|
|
"1899103179": {
|
|
"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"
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"description": "Digger item component specifies how quickly this item can dig specific blocks.",
|
|
"properties": {
|
|
"destroy_speeds": {
|
|
"description": "A list of blocks to dig with correlating speeds of digging.",
|
|
"items": {
|
|
"$ref": "#/definitions/1899103179"
|
|
},
|
|
"type": "array"
|
|
},
|
|
"use_efficiency": {
|
|
"description": "Determines whether this item should be impacted if the efficiency enchantment is applied to it.",
|
|
"type": "boolean"
|
|
}
|
|
},
|
|
"title": "minecraft:digger",
|
|
"type": "object",
|
|
"x-format-version": "1.20.50"
|
|
} |