1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-07-29 20:10:20 +00:00
Files
Mike Ammerlaan d2c831e602 v1.21.90.3
2025-06-18 05:19:56 -07:00

45 lines
1.3 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "2681068491",
"x-format-version": "1.20.50",
"x-minecraft-version": "1.21.90-beta.3",
"definitions": {
"1531870811": {
"title": "struct SharedTypes::Legacy::ItemDescriptor",
"oneOf": [
{
"type": "string"
},
{
"type": "object",
"additionalProperties": {
"type": "string"
}
}
]
}
},
"title": "struct SharedTypes::v1_20_50::ShooterItemComponent::Ammunition",
"type": "object",
"properties": {
"item": {
"description": "Ammunition item description identifier.",
"$ref": "#/definitions/1531870811"
},
"search_inventory": {
"description": "Can search inventory? Default is set to false.",
"type": "boolean"
},
"use_in_creative": {
"description": "Can use in creative mode? Default is set to false.",
"type": "boolean"
},
"use_offhand": {
"description": "Can use off-hand? Default is set to false.",
"type": "boolean"
}
},
"required": [
"item"
]
}