Updated behaviours

This commit is contained in:
DaanV2
2021-07-01 12:27:25 +02:00
parent f01a22fdbd
commit 012b6eee4b
13 changed files with 107 additions and 57 deletions

View File

@@ -0,0 +1,8 @@
{
"$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" } }
}