Files
minecraft-bedrock-json-schemas/source/behavior/entities/format/behaviors/barter.json

13 lines
395 B
JSON
Raw Normal View History

2021-07-01 12:27:25 +02:00
{
2021-10-08 13:04:13 +02:00
"$id": "blockception.minecraft.behavior.entities.minecraft.behavior.barter",
2021-07-01 12:27:25 +02:00
"type": "object",
2021-10-08 13:04:13 +02:00
"title": "Barter",
2021-07-01 12:27:25 +02:00
"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,
2021-10-11 18:13:12 +02:00
"properties": {
"priority": {
"$ref": "types/priority.json"
}
}
2021-07-01 12:27:25 +02:00
}