mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-02-22 10:06:11 +00:00
19 lines
373 B
JSON
19 lines
373 B
JSON
{
|
|
"format_version": "1.10",
|
|
"minecraft:item": {
|
|
"description": {
|
|
"identifier": "minecraft:mushroom_stew"
|
|
},
|
|
|
|
"components": {
|
|
"minecraft:use_duration": 32,
|
|
"minecraft:max_stack_size": 1,
|
|
|
|
"minecraft:food": {
|
|
"nutrition": 6,
|
|
"saturation_modifier": "normal",
|
|
"using_converts_to": "bowl"
|
|
}
|
|
}
|
|
}
|
|
} |