Files
minecraft-bedrock-json-schemas/source/behavior/entities/1.16.0/behaviors/minecraft.behavior.barter.json
2021-06-06 10:07:19 +00:00

9 lines
401 B
JSON

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