1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-02-27 17:47:07 +00:00
bedrock-samples/metadata/json_schemas/Camera Aim-Assist Preset v1.21.50.json

67 lines
2.6 KiB
JSON
Raw Permalink Normal View History

2024-12-03 08:43:20 -08:00
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "3639918135",
"definitions": {
"484447252": {
"title": "struct SharedTypes::v1_21_50::CameraAimAssistPresetDefinition",
"type": "object",
"properties": {
"default_item_settings": {
2025-02-11 09:25:02 -08:00
"description": "Optional. Default Aim-Assist Category used for Items not found in 'item_settings'.",
"type": "string"
2024-12-03 08:43:20 -08:00
},
"exclusion_list": {
"title": "sequence container",
2025-02-11 09:25:02 -08:00
"description": "Optional. List of block/entity identifiers to exclude from aim assist targeting.",
2024-12-03 08:43:20 -08:00
"type": "array",
"items": {
"type": "string"
2025-02-11 09:25:02 -08:00
}
2024-12-03 08:43:20 -08:00
},
"hand_settings": {
2025-02-11 09:25:02 -08:00
"description": "Optional. Aim-assist Category used for an empty hand.",
"type": "string"
2024-12-03 08:43:20 -08:00
},
"identifier": {
2025-02-11 09:25:02 -08:00
"description": "Namespaced identifier for Camera Aim-Assist preset. Namespace and name must be separated by a ':'.",
"type": "string"
2024-12-03 08:43:20 -08:00
},
"item_settings": {
"title": "associative container",
2025-02-11 09:25:02 -08:00
"description": "Optional. Map of Item identifiers to Aim-Assist Category names found in the specified 'categories'.",
2024-12-03 08:43:20 -08:00
"type": "object",
"additionalProperties": {
"type": "string"
2025-02-11 09:25:02 -08:00
}
2024-12-03 08:43:20 -08:00
},
"liquid_targeting_list": {
"title": "sequence container",
2025-02-11 09:25:02 -08:00
"description": "Optional. List of item identifiers that will target liquid blocks with aim-assist when being held.",
2024-12-03 08:43:20 -08:00
"type": "array",
"items": {
"type": "string"
2025-02-11 09:25:02 -08:00
}
2024-12-03 08:43:20 -08:00
}
},
"required": [
"identifier"
2025-02-11 09:25:02 -08:00
]
2024-12-03 08:43:20 -08:00
}
},
"title": "minecraft:aim_assist_preset",
"type": "object",
"properties": {
"format_version": {
2025-02-11 09:25:02 -08:00
"description": "Version of the JSON schema for this file. Aim-assist preset requires at least version 1.21.50.",
"type": "string"
2024-12-03 08:43:20 -08:00
},
"minecraft:aim_assist_preset": {
2025-02-11 09:25:02 -08:00
"description": "A single Camera Aim-Assist Preset Definition.",
"$ref": "#/definitions/484447252"
2024-12-03 08:43:20 -08:00
}
},
"required": [
"format_version",
"minecraft:aim_assist_preset"
2025-02-11 09:25:02 -08:00
]
2024-12-03 08:43:20 -08:00
}