mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-21 21:56:13 +00:00
19 lines
729 B
JSON
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"
|
|
}
|
|
} |