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

9 lines
379 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,
"properties": { "priority": { "$ref": "types/priority.json" } }
}