Add Vanilla Behavior Pack 1.18.1
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user