14 lines
483 B
JSON
14 lines
483 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
"$id": "blockception.minecraft.behaviour.entities.1.16.100.minecraft.behavior.barter",
|
|
"type": "object",
|
|
"title": "Behaviour.barter 1.16.100",
|
|
"description": "Enables the mob to barter for items that have been configured as barter currency. Must be used in combination with the barter component",
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"priority": {
|
|
"ref": "types/base_priority.json"
|
|
}
|
|
}
|
|
}
|