Files
minecraft-bedrock-json-schemas/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.barter.json
2021-07-01 12:27:25 +02:00

9 lines
393 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" } }
}