mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-02-22 10:06:11 +00:00
17 lines
284 B
JSON
17 lines
284 B
JSON
{
|
|
"format_version": "1.10",
|
|
"minecraft:item": {
|
|
"description": {
|
|
"identifier": "minecraft:cookie"
|
|
},
|
|
|
|
"components": {
|
|
"minecraft:use_duration": 32,
|
|
|
|
"minecraft:food": {
|
|
"nutrition": 2,
|
|
"saturation_modifier": "poor"
|
|
}
|
|
}
|
|
}
|
|
} |