1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-09-30 17:02:50 +00:00
Files
2025-09-09 10:02:11 -07:00

16 lines
568 B
JSON

{
"$id": "2333685719",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "[EXPERIMENTAL] Adds bundle-specific interactions and tooltip to the item. Requires a \"minecraft:storage_item\" component.",
"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.",
"maximum": 64,
"minimum": 1,
"type": "integer"
}
},
"title": "minecraft:bundle_interaction",
"type": "object",
"x-format-version": "1.21.30"
}