mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-02-22 15:56:12 +00:00
21 lines
470 B
JSON
21 lines
470 B
JSON
{
|
|
"format_version": "1.10",
|
|
"minecraft:item": {
|
|
"description": {
|
|
"identifier": "minecraft:chorus_fruit"
|
|
},
|
|
|
|
"components": {
|
|
"minecraft:use_duration": 32,
|
|
"minecraft:food": {
|
|
"nutrition": 4,
|
|
"saturation_modifier": "low",
|
|
"on_use_action": "chorus_teleport",
|
|
"on_use_range": [ 8, 8, 8 ],
|
|
"cooldown_type": "chorusfruit",
|
|
"cooldown_time": 20,
|
|
"can_always_eat": true
|
|
}
|
|
}
|
|
}
|
|
} |