mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-02-22 15:56:12 +00:00
20 lines
352 B
JSON
20 lines
352 B
JSON
{
|
|
"format_version": "1.10",
|
|
"minecraft:item": {
|
|
"description": {
|
|
"identifier": "minecraft:potato"
|
|
},
|
|
|
|
"components": {
|
|
"minecraft:use_duration": 32,
|
|
|
|
"minecraft:food": {
|
|
"nutrition": 1,
|
|
"saturation_modifier": "low"
|
|
},
|
|
"minecraft:seed": {
|
|
"crop_result": "potatoes"
|
|
}
|
|
}
|
|
}
|
|
} |