16 lines
527 B
JSON
16 lines
527 B
JSON
|
|
{
|
||
|
|
"$id": "blockception.minecraft.behavior.entities.minecraft.leashable_to",
|
||
|
|
"type": "object",
|
||
|
|
"title": "Leashable To",
|
||
|
|
"description": "Allows players to leash entities to this entity, retrieve those already leashed to it, or free them using shears.",
|
||
|
|
"additionalProperties": false,
|
||
|
|
"properties": {
|
||
|
|
"can_retrieve_from": {
|
||
|
|
"title": "Can Retrieve From",
|
||
|
|
"description": "Allows players to retrieve entities that are leashed to this entity.",
|
||
|
|
"type": "boolean",
|
||
|
|
"default": false
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|