@minecraft/creator-tools
Version:
Minecraft Creator Tools command line and libraries.
60 lines • 2.24 kB
JSON
{
"fields": [
{
"id": "format_version",
"title": "format_version",
"description": "Version of the JSON schema for this file. Aim-assist preset requires at least version 1.21.50.",
"dataType": 2
},
{
"id": "minecraft:aim_assist_preset",
"title": "minecraft:aim_assist_preset",
"description": "A single Camera Aim-Assist Preset Definition.",
"dataType": 16,
"subForm": {
"title": "V1 21 50 CameraAimAssistPresetDefinition",
"description": "V1 21 50 CameraAimAssistPresetDefinition",
"fields": [
{
"id": "identifier",
"title": "identifier",
"description": "Namespaced identifier for Camera Aim-Assist preset. Namespace and name must be separated by a ':'.",
"dataType": 2
},
{
"id": "liquid_targeting_list",
"title": "liquid_targeting_list",
"description": "Optional. List of item identifiers that will target liquid blocks with aim-assist when being held.",
"dataType": 17
},
{
"id": "item_settings",
"title": "item_settings",
"description": "Optional. Map of Item identifiers to Aim-Assist Category names found in the specified 'categories'.",
"dataType": 24
},
{
"id": "exclusion_list",
"title": "exclusion_list",
"description": "Optional. List of block/entity identifiers to exclude from aim assist targeting.",
"dataType": 17
},
{
"id": "default_item_settings",
"title": "default_item_settings",
"description": "Optional. Default Aim-Assist Category used for Items not found in 'item_settings'.",
"dataType": 2
},
{
"id": "hand_settings",
"title": "hand_settings",
"description": "Optional. Aim-assist Category used for an empty hand.",
"dataType": 2
}
]
}
}
],
"description": "Minecraft Aim Assist Preset Misc",
"title": "Minecraft Aim Assist Preset Misc"
}