Files
minecraft-bedrock-json-schemas/behaviour/entities/1.16.0/behaviors/minecraft.behavior.barter.json
2020-11-01 17:22:42 +01:00

14 lines
479 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.entities.1.16.0.minecraft.behavior.barter",
"type": "object",
"title": "Behaviour.barter 1.16.0",
"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"
}
}
}