mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-02-22 15:56:12 +00:00
28 lines
657 B
JSON
28 lines
657 B
JSON
{
|
|
"format_version": "1.21.30",
|
|
"minecraft:item": {
|
|
"description": {
|
|
"identifier": "minecraft:light_gray_bundle"
|
|
},
|
|
|
|
"components": {
|
|
"minecraft:icon": {
|
|
"textures": {
|
|
"default": "bundle_light_gray"
|
|
}
|
|
},
|
|
"minecraft:max_stack_size": 1,
|
|
"minecraft:storage_item": {
|
|
"max_slots": 64,
|
|
"max_weight_limit": 64,
|
|
"weight_in_storage_item": 4,
|
|
"allow_nested_storage_items": true,
|
|
"banned_items": [ "minecraft:shulker_box", "minecraft:undyed_shulker_box" ]
|
|
},
|
|
"minecraft:bundle_interaction": {
|
|
"num_viewable_slots": 12
|
|
}
|
|
}
|
|
}
|
|
}
|