Vanilla Usage Components
This page was created with Wiki Content Generator. If there are issues, contact us on Bedrock OSS Discord server. Note that not more than 8 examples are shown for each component to keep this page fast to load. Namespace minecraft
was also removed. If you want to see full page, you can do it here. Last updated for 1.20.10
block
Show
camera
"minecraft:block": "minecraft:camera"
camera
Show
camera
"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
}
2
3
4
5
6
7
foil
Show
appleEnchanted
"minecraft:foil": true
golden_apple
"minecraft:foil": false
food
Show
apple
"minecraft:food": {
"nutrition": 4,
"saturation_modifier": "low"
}
2
3
4
appleEnchanted
"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
}
]
}
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
"minecraft:food": {
"nutrition": 5,
"saturation_modifier": "normal"
}
2
3
4
beef
"minecraft:food": {
"nutrition": 3,
"saturation_modifier": "low"
}
2
3
4
beetroot
"minecraft:food": {
"nutrition": 1,
"saturation_modifier": "normal"
}
2
3
4
beetroot_soup
"minecraft:food": {
"nutrition": 6,
"saturation_modifier": "normal",
"using_converts_to": "bowl"
}
2
3
4
5
bread
"minecraft:food": {
"nutrition": 5,
"saturation_modifier": "normal"
}
2
3
4
carrot
"minecraft:food": {
"nutrition": 3,
"saturation_modifier": "normal"
}
2
3
4
hand_equipped
Show
appleEnchanted
"minecraft:hand_equipped": false
max_damage
Show
clownfish
"minecraft:max_damage": 0
cooked_fish
"minecraft:max_damage": 0
cooked_salmon
"minecraft:max_damage": 0
fish
"minecraft:max_damage": 0
pufferfish
"minecraft:max_damage": 0
salmon
"minecraft:max_damage": 0
max_stack_size
Show
beetroot_soup
"minecraft:max_stack_size": 1
honey_bottle
"minecraft:max_stack_size": 16
mushroom_stew
"minecraft:max_stack_size": 1
rabbit_stew
"minecraft:max_stack_size": 1
suspicious_stew
"minecraft:max_stack_size": 1
seed
Show
beetroot_seeds
"minecraft:seed": {
"crop_result": "beetroot"
}
2
3
carrot
"minecraft:seed": {
"crop_result": "carrots"
}
2
3
glow_berries
"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"
}
2
3
4
5
6
7
8
9
melon_seeds
"minecraft:seed": {
"crop_result": "melon_stem"
}
2
3
nether_wart
"minecraft:seed": {
"plant_at": "soul_sand",
"crop_result": "nether_wart"
}
2
3
4
pitcher_pod
"minecraft:seed": {
"crop_result": "pitcher_crop"
}
2
3
potato
"minecraft:seed": {
"crop_result": "potatoes"
}
2
3
pumpkin_seeds
"minecraft:seed": {
"crop_result": "pumpkin_stem"
}
2
3
stacked_by_data
Show
appleEnchanted
"minecraft:stacked_by_data": true
clownfish
"minecraft:stacked_by_data": true
cooked_fish
"minecraft:stacked_by_data": true
cooked_salmon
"minecraft:stacked_by_data": true
fish
"minecraft:stacked_by_data": true
golden_apple
"minecraft:stacked_by_data": true
pufferfish
"minecraft:stacked_by_data": true
salmon
"minecraft:stacked_by_data": true
use_duration
Show
apple
"minecraft:use_duration": 32
appleEnchanted
"minecraft:use_duration": 32
baked_potato
"minecraft:use_duration": 32
beef
"minecraft:use_duration": 32
beetroot
"minecraft:use_duration": 32
beetroot_soup
"minecraft:use_duration": 32
bread
"minecraft:use_duration": 32
camera
"minecraft:use_duration": 100000