1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-02-22 15:56:12 +00:00
bedrock-samples/behavior_pack/items/white_bundle.json
Mike Ammerlaan 6e0daa70a8 v1.21.40.3
2024-10-22 09:25:09 -07:00

28 lines
647 B
JSON

{
"format_version": "1.21.30",
"minecraft:item": {
"description": {
"identifier": "minecraft:white_bundle"
},
"components": {
"minecraft:icon": {
"textures": {
"default": "bundle_white"
}
},
"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
}
}
}
}