Vanilla Usage Components - Full

This page was created with Wiki Content Generator. If there are issues, contact us on Bedrock OSS Discord server. Includes all examples. Namespace minecraft and some formatting have been removed to make the page load quickly. Last updated for 1.20.10

block

camera

json
"minecraft:block": "minecraft:camera"
1

camera

camera

json
"minecraft:camera": {
    "black_bars_duration": 0.2,
    "black_bars_screen_ratio": 0.08,
    "shutter_duration": 0.2,
    "picture_duration": 1.0,
    "slide_away_duration": 0.2
}
1
2
3
4
5
6
7

foil

appleEnchanted

json
"minecraft:foil": true
1

golden_apple

json
"minecraft:foil": false
1

food

apple

json
"minecraft:food": {
    "nutrition": 4,
    "saturation_modifier": "low"
}
1
2
3
4

appleEnchanted

json
"minecraft:food": {
    "nutrition": 4,
    "saturation_modifier": "supernatural",
    "can_always_eat": true,
    "effects": [
        {
            "name": "regeneration",
            "chance": 1.0,
            "duration": 30,
            "amplifier": 4
        },
        {
            "name": "absorption",
            "chance": 1.0,
            "duration": 120,
            "amplifier": 3
        },
        {
            "name": "resistance",
            "chance": 1.0,
            "duration": 300,
            "amplifier": 0
        },
        {
            "name": "fire_resistance",
            "chance": 1.0,
            "duration": 300,
            "amplifier": 0
        }
    ]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31

baked_potato

json
"minecraft:food": {
    "nutrition": 5,
    "saturation_modifier": "normal"
}
1
2
3
4

beef

json
"minecraft:food": {
    "nutrition": 3,
    "saturation_modifier": "low"
}
1
2
3
4

beetroot

json
"minecraft:food": {
    "nutrition": 1,
    "saturation_modifier": "normal"
}
1
2
3
4

beetroot_soup

json
"minecraft:food": {
    "nutrition": 6,
    "saturation_modifier": "normal",
    "using_converts_to": "bowl"
}
1
2
3
4
5

bread

json
"minecraft:food": {
    "nutrition": 5,
    "saturation_modifier": "normal"
}
1
2
3
4

carrot

json
"minecraft:food": {
    "nutrition": 3,
    "saturation_modifier": "normal"
}
1
2
3
4

chicken

json
"minecraft:food": {
    "nutrition": 2,
    "saturation_modifier": "low",
    "effects": [
        {
            "name": "hunger",
            "chance": 0.3,
            "duration": 30,
            "amplifier": 0
        }
    ]
}
1
2
3
4
5
6
7
8
9
10
11
12

chorus_fruit

json
"minecraft:food": {
    "nutrition": 4,
    "saturation_modifier": "low",
    "on_use_action": "chorus_teleport",
    "on_use_range": [
        8,
        8,
        8
    ],
    "cooldown_type": "chorusfruit",
    "cooldown_time": 20,
    "can_always_eat": true
}
1
2
3
4
5
6
7
8
9
10
11
12
13

clownfish

json
"minecraft:food": {
    "nutrition": 1,
    "saturation_modifier": "poor"
}
1
2
3
4

cooked_beef

json
"minecraft:food": {
    "nutrition": 8,
    "saturation_modifier": "good"
}
1
2
3
4

cooked_chicken

json
"minecraft:food": {
    "nutrition": 6,
    "saturation_modifier": "normal"
}
1
2
3
4

cooked_fish

json
"minecraft:food": {
    "nutrition": 5,
    "saturation_modifier": "normal"
}
1
2
3
4

cooked_porkchop

json
"minecraft:food": {
    "nutrition": 8,
    "saturation_modifier": "good"
}
1
2
3
4

cooked_rabbit

json
"minecraft:food": {
    "nutrition": 5,
    "saturation_modifier": "normal"
}
1
2
3
4

cooked_salmon

json
"minecraft:food": {
    "nutrition": 6,
    "saturation_modifier": "good"
}
1
2
3
4

cookie

json
"minecraft:food": {
    "nutrition": 2,
    "saturation_modifier": "poor"
}
1
2
3
4

dried_kelp

json
"minecraft:food": {
    "nutrition": 1,
    "saturation_modifier": "poor"
}
1
2
3
4

fish

json
"minecraft:food": {
    "nutrition": 2,
    "saturation_modifier": "poor"
}
1
2
3
4

glow_berries

json
"minecraft:food": {
    "nutrition": 2,
    "saturation_modifier": "low",
    "is_meat": false
}
1
2
3
4
5

golden_apple

json
"minecraft:food": {
    "nutrition": 4,
    "saturation_modifier": "supernatural",
    "can_always_eat": true,
    "effects": [
        {
            "name": "regeneration",
            "chance": 1.0,
            "duration": 5,
            "amplifier": 1
        },
        {
            "name": "absorption",
            "chance": 1.0,
            "duration": 120,
            "amplifier": 0
        }
    ]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

golden_carrot

json
"minecraft:food": {
    "nutrition": 6,
    "saturation_modifier": "supernatural"
}
1
2
3
4

honey_bottle

json
"minecraft:food": {
    "nutrition": 6,
    "saturation_modifier": "poor",
    "can_always_eat": true,
    "using_converts_to": "glass_bottle",
    "remove_effects": [
        "poison"
    ]
}
1
2
3
4
5
6
7
8
9

melon

json
"minecraft:food": {
    "nutrition": 2,
    "saturation_modifier": "low"
}
1
2
3
4

mushroom_stew

json
"minecraft:food": {
    "nutrition": 6,
    "saturation_modifier": "normal",
    "using_converts_to": "bowl"
}
1
2
3
4
5

muttonCooked

json
"minecraft:food": {
    "nutrition": 6,
    "saturation_modifier": "good"
}
1
2
3
4

muttonRaw

json
"minecraft:food": {
    "nutrition": 2,
    "saturation_modifier": "low"
}
1
2
3
4

poisonous_potato

json
"minecraft:food": {
    "nutrition": 2,
    "saturation_modifier": "low",
    "effects": [
        {
            "name": "poison",
            "chance": 0.6,
            "duration": 5,
            "amplifier": 0
        }
    ]
}
1
2
3
4
5
6
7
8
9
10
11
12

porkchop

json
"minecraft:food": {
    "nutrition": 3,
    "saturation_modifier": "low"
}
1
2
3
4

potato

json
"minecraft:food": {
    "nutrition": 1,
    "saturation_modifier": "low"
}
1
2
3
4

pufferfish

json
"minecraft:food": {
    "nutrition": 1,
    "saturation_modifier": "poor",
    "effects": [
        {
            "name": "poison",
            "duration": 60,
            "amplifier": 1
        },
        {
            "name": "nausea",
            "duration": 15,
            "amplifier": 1
        },
        {
            "name": "hunger",
            "duration": 15,
            "amplifier": 2
        }
    ]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

pumpkin_pie

json
"minecraft:food": {
    "nutrition": 8,
    "saturation_modifier": "low"
}
1
2
3
4

rabbit

json
"minecraft:food": {
    "nutrition": 3,
    "saturation_modifier": "low"
}
1
2
3
4

rabbit_stew

json
"minecraft:food": {
    "nutrition": 10,
    "saturation_modifier": "normal",
    "using_converts_to": "bowl"
}
1
2
3
4
5

rotten_flesh

json
"minecraft:food": {
    "nutrition": 4,
    "saturation_modifier": "poor",
    "effects": [
        {
            "name": "hunger",
            "chance": 0.8,
            "duration": 30,
            "amplifier": 0
        }
    ]
}
1
2
3
4
5
6
7
8
9
10
11
12

salmon

json
"minecraft:food": {
    "nutrition": 2,
    "saturation_modifier": "poor"
}
1
2
3
4

spider_eye

json
"minecraft:food": {
    "nutrition": 2,
    "saturation_modifier": "good",
    "effects": [
        {
            "name": "poison",
            "chance": 1.0,
            "duration": 5,
            "amplifier": 0
        }
    ]
}
1
2
3
4
5
6
7
8
9
10
11
12

suspicious_stew

json
"minecraft:food": {
    "nutrition": 6,
    "saturation_modifier": "normal",
    "using_converts_to": "bowl",
    "on_use_action": "suspicious_stew_effect"
}
1
2
3
4
5
6

sweet_berries

json
"minecraft:food": {
    "nutrition": 2,
    "saturation_modifier": "low",
    "is_meat": false
}
1
2
3
4
5

hand_equipped

appleEnchanted

json
"minecraft:hand_equipped": false
1

max_damage

clownfish

json
"minecraft:max_damage": 0
1

cooked_fish

json
"minecraft:max_damage": 0
1

cooked_salmon

json
"minecraft:max_damage": 0
1

fish

json
"minecraft:max_damage": 0
1

pufferfish

json
"minecraft:max_damage": 0
1

salmon

json
"minecraft:max_damage": 0
1

max_stack_size

beetroot_soup

json
"minecraft:max_stack_size": 1
1

honey_bottle

json
"minecraft:max_stack_size": 16
1

mushroom_stew

json
"minecraft:max_stack_size": 1
1

rabbit_stew

json
"minecraft:max_stack_size": 1
1

suspicious_stew

json
"minecraft:max_stack_size": 1
1

seed

beetroot_seeds

json
"minecraft:seed": {
    "crop_result": "beetroot"
}
1
2
3

carrot

json
"minecraft:seed": {
    "crop_result": "carrots"
}
1
2
3

glow_berries

json
"minecraft:seed": {
    "crop_result": "cave_vines",
    "plant_at": [
        "cave_vines",
        "cave_vines_head_with_berries"
    ],
    "plant_at_any_solid_surface": true,
    "plant_at_face": "DOWN"
}
1
2
3
4
5
6
7
8
9

melon_seeds

json
"minecraft:seed": {
    "crop_result": "melon_stem"
}
1
2
3

nether_wart

json
"minecraft:seed": {
    "plant_at": "soul_sand",
    "crop_result": "nether_wart"
}
1
2
3
4

pitcher_pod

json
"minecraft:seed": {
    "crop_result": "pitcher_crop"
}
1
2
3

potato

json
"minecraft:seed": {
    "crop_result": "potatoes"
}
1
2
3

pumpkin_seeds

json
"minecraft:seed": {
    "crop_result": "pumpkin_stem"
}
1
2
3

sweet_berries

json
"minecraft:seed": {
    "crop_result": "sweet_berry_bush",
    "plant_at": [
        "farmland",
        "grass",
        "dirt",
        "podzol",
        "moss_block",
        "mycelium",
        "mud",
        "muddy_mangrove_roots",
        "dirt_with_roots"
    ]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14

torchflower_seeds

json
"minecraft:seed": {
    "crop_result": "torchflower_crop"
}
1
2
3

wheat_seeds

json
"minecraft:seed": {
    "crop_result": "wheat"
}
1
2
3

stacked_by_data

appleEnchanted

json
"minecraft:stacked_by_data": true
1

clownfish

json
"minecraft:stacked_by_data": true
1

cooked_fish

json
"minecraft:stacked_by_data": true
1

cooked_salmon

json
"minecraft:stacked_by_data": true
1

fish

json
"minecraft:stacked_by_data": true
1

golden_apple

json
"minecraft:stacked_by_data": true
1

pufferfish

json
"minecraft:stacked_by_data": true
1

salmon

json
"minecraft:stacked_by_data": true
1

use_duration

apple

json
"minecraft:use_duration": 32
1

appleEnchanted

json
"minecraft:use_duration": 32
1

baked_potato

json
"minecraft:use_duration": 32
1

beef

json
"minecraft:use_duration": 32
1

beetroot

json
"minecraft:use_duration": 32
1

beetroot_soup

json
"minecraft:use_duration": 32
1

bread

json
"minecraft:use_duration": 32
1

camera

json
"minecraft:use_duration": 100000
1

carrot

json
"minecraft:use_duration": 32
1

chicken

json
"minecraft:use_duration": 32
1

chorus_fruit

json
"minecraft:use_duration": 32
1

clownfish

json
"minecraft:use_duration": 32
1

cooked_beef

json
"minecraft:use_duration": 32
1

cooked_chicken

json
"minecraft:use_duration": 32
1

cooked_fish

json
"minecraft:use_duration": 32
1

cooked_porkchop

json
"minecraft:use_duration": 32
1

cooked_rabbit

json
"minecraft:use_duration": 32
1

cooked_salmon

json
"minecraft:use_duration": 32
1

cookie

json
"minecraft:use_duration": 32
1

dried_kelp

json
"minecraft:use_duration": 16
1

fish

json
"minecraft:use_duration": 32
1

glow_berries

json
"minecraft:use_duration": 32
1

golden_apple

json
"minecraft:use_duration": 32
1

golden_carrot

json
"minecraft:use_duration": 32
1

honey_bottle

json
"minecraft:use_duration": 40
1

melon

json
"minecraft:use_duration": 32
1

mushroom_stew

json
"minecraft:use_duration": 32
1

muttonCooked

json
"minecraft:use_duration": 32
1

muttonRaw

json
"minecraft:use_duration": 32
1

poisonous_potato

json
"minecraft:use_duration": 32
1

porkchop

json
"minecraft:use_duration": 32
1

potato

json
"minecraft:use_duration": 32
1

pufferfish

json
"minecraft:use_duration": 32
1

pumpkin_pie

json
"minecraft:use_duration": 32
1

rabbit

json
"minecraft:use_duration": 32
1

rabbit_stew

json
"minecraft:use_duration": 32
1

rotten_flesh

json
"minecraft:use_duration": 32
1

salmon

json
"minecraft:use_duration": 32
1

spider_eye

json
"minecraft:use_duration": 32
1

suspicious_stew

json
"minecraft:use_duration": 32
1

sweet_berries

json
"minecraft:use_duration": 32
1

Contributors