1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-02-22 15:56:12 +00:00
Mike Ammerlaan a3b394c507 1.19.30
Initial layout
2022-09-23 06:24:26 -07:00

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
}
]
}
}
}
}