mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-02-22 15:56:12 +00:00
21 lines
452 B
JSON
21 lines
452 B
JSON
{
|
|
"format_version": "1.10",
|
|
"minecraft:item": {
|
|
"description": {
|
|
"identifier": "minecraft:suspicious_stew"
|
|
},
|
|
|
|
"components": {
|
|
"minecraft:use_duration": 32,
|
|
"minecraft:max_stack_size": 1,
|
|
"minecraft:food": {
|
|
"nutrition": 6,
|
|
"saturation_modifier": "normal",
|
|
"using_converts_to": "bowl",
|
|
"on_use_action": "suspicious_stew_effect",
|
|
"can_always_eat": true
|
|
}
|
|
}
|
|
}
|
|
}
|