Files
minecraft-bedrock-json-schemas/behaviour/entities/1.16.100/behaviors/minecraft.behavior.barter.json
2020-11-18 10:02:20 +01:00

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"
}
}
}