Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.19 KB

File metadata and controls

46 lines (34 loc) · 1.19 KB
author ms.author title description ms.service
iconicNurdle
mikeam
Entity Documentation - minecraft:behavior.barter
A reference document detailing the 'behavior.barter' entity goal
minecraft-bedrock-edition

Entity Documentation - minecraft:behavior.barter

minecraft:behavior.barter compels an entity to drop an item in return after a player offers a trade by dropping a specific item near the entity.

Important

minecraft:behavior.barter requires the following in order to work properly;

  • minecraft:barter component.
  • barter_table loot table.

Parameters

Name Default Value Type Description
priority not set Integer The higher the priority, the sooner this behavior will be executed as a goal.

Example

"minecraft:behavior.barter":{
    "priority": 1
}

Vanilla entities examples

piglin

"minecraft:barter": {
          "barter_table": "loot_tables/entities/piglin_barter.json",
          "cooldown_after_being_attacked": 20
        }

Vanilla entities using minecraft:behavior.barter