mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-01-19 07:11:56 +00:00
73 lines
2.1 KiB
JSON
73 lines
2.1 KiB
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "3781185164",
|
|
"definitions": {
|
|
"1531870811": {
|
|
"title": "struct SharedTypes::Legacy::ItemDescriptor",
|
|
"oneOf": [
|
|
{
|
|
"type": "string"
|
|
},
|
|
{
|
|
"title": "associative container",
|
|
"type": "object",
|
|
"additionalProperties": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"$metaProperties": {}
|
|
},
|
|
"2681068491": {
|
|
"title": "struct SharedTypes::v1_20_50::ShooterItemComponent::Ammunition",
|
|
"type": "object",
|
|
"properties": {
|
|
"item": {
|
|
"$ref": "#/definitions/1531870811",
|
|
"$metaProperties": {}
|
|
},
|
|
"search_inventory": {
|
|
"type": "boolean",
|
|
"$metaProperties": {}
|
|
},
|
|
"use_in_creative": {
|
|
"type": "boolean",
|
|
"$metaProperties": {}
|
|
},
|
|
"use_offhand": {
|
|
"type": "boolean",
|
|
"$metaProperties": {}
|
|
}
|
|
},
|
|
"required": [
|
|
"item"
|
|
],
|
|
"$metaProperties": {}
|
|
}
|
|
},
|
|
"title": "minecraft:shooter v1.20.50",
|
|
"type": "object",
|
|
"properties": {
|
|
"ammunition": {
|
|
"title": "sequence container",
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/definitions/2681068491"
|
|
},
|
|
"$metaProperties": {}
|
|
},
|
|
"charge_on_draw": {
|
|
"type": "boolean",
|
|
"$metaProperties": {}
|
|
},
|
|
"max_draw_duration": {
|
|
"type": "number",
|
|
"$metaProperties": {}
|
|
},
|
|
"scale_power_by_draw_duration": {
|
|
"type": "boolean",
|
|
"$metaProperties": {}
|
|
}
|
|
},
|
|
"$metaProperties": {}
|
|
} |