mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-02-22 15:56:12 +00:00
24 lines
451 B
JSON
24 lines
451 B
JSON
{
|
|
"format_version": "1.10",
|
|
"minecraft:item": {
|
|
"description": {
|
|
"identifier": "minecraft:chicken"
|
|
},
|
|
|
|
"components": {
|
|
"minecraft:use_duration": 32,
|
|
"minecraft:food": {
|
|
"nutrition": 2,
|
|
"saturation_modifier": "low",
|
|
"effects": [
|
|
{
|
|
"name": "hunger",
|
|
"chance": 0.3,
|
|
"duration": 30,
|
|
"amplifier": 0
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |