19 lines
644 B
JSON
19 lines
644 B
JSON
|
|
{
|
||
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
||
|
|
"$id": "blockception.minecraft.behaviour.entities.1.16.0.minecraft.behavior.eat_carried_item",
|
||
|
|
"type": "object",
|
||
|
|
"title": "Behaviour.eat_carried_item 1.16.0",
|
||
|
|
"description": "If the mob is carrying a food item, the mob will eat it and the effects will be applied to the mob.",
|
||
|
|
"additionalProperties": false,
|
||
|
|
"properties": {
|
||
|
|
"priority": {
|
||
|
|
"ref": "types/base_priority.json"
|
||
|
|
},
|
||
|
|
"delay_before_eating": {
|
||
|
|
"type": "number",
|
||
|
|
"description": "Time in seconds the mob should wait before eating the item.",
|
||
|
|
"title": "Delay before eating"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|