1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2024-11-21 21:56:13 +00:00
bedrock-samples/metadata/json_schemas/Bundle Interaction v1.21.30.json
Mike Ammerlaan 1440438305 v1.21.30.3
2024-09-17 09:13:33 -07:00

19 lines
729 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "2333685719",
"title": "minecraft:bundle_interaction v1.21.30",
"description": "[EXPERIMENTAL] Adds bundle-specific interactions and tooltip to the item. Requires a \"minecraft:storage_item\" component.",
"type": "object",
"properties": {
"num_viewable_slots": {
"description": "The maximum number of slots in the bundle viewable by the plater. Can be from 1 to 64. Default is 12.",
"type": "integer",
"minimum": 1.0,
"maximum": 64.0
}
},
"$metaProperties": {
"CEREAL_DOCUMENTATION_TAG": false,
"CEREAL_JSON_SCHEMA": "Bundle Interaction v1.21.30"
}
}