mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-02-22 11:16:13 +00:00
26 lines
564 B
JSON
26 lines
564 B
JSON
{
|
|
"format_version": "1.16.0",
|
|
"minecraft:item": {
|
|
"description": {
|
|
"identifier": "minecraft:glow_berries"
|
|
},
|
|
|
|
"components": {
|
|
"minecraft:use_duration": 32,
|
|
"minecraft:food": {
|
|
"nutrition": 2,
|
|
"saturation_modifier": "low",
|
|
"is_meat": false
|
|
},
|
|
"minecraft:seed": {
|
|
"crop_result": "cave_vines",
|
|
"plant_at": [
|
|
"cave_vines",
|
|
"cave_vines_head_with_berries"
|
|
],
|
|
"plant_at_any_solid_surface": true,
|
|
"plant_at_face": "DOWN"
|
|
}
|
|
}
|
|
}
|
|
} |