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

17 lines
665 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "2333685719",
"x-format-version": "1.21.30",
"x-minecraft-version": "1.21.90-beta.3",
"title": "minecraft:bundle_interaction",
"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
}
}
}