Files
minecraft-bedrock-json-schemas/source/behavior/entities/format/behaviors/barter.json
2021-10-11 18:13:12 +02:00

13 lines
395 B
JSON

{
"$id": "blockception.minecraft.behavior.entities.minecraft.behavior.barter",
"type": "object",
"title": "Barter",
"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/priority.json"
}
}
}