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