"description":"Mob will admire the item after picking up by looking at it. For this to happen the mob needs to have an Admire component and an Admire goal.",
"title":"Admire"
},
"barter":{
"type":"boolean",
"description":"Mob will barter for the item after picking it up. For this to work the mob needs to have a Barter component and a Barter goal.",
"title":"Barter"
},
"consume_item":{"type":"boolean","description":"Determines whether the mob will consume the item or not.","title":"Consume Item"},
"craft_into":{
"type":"string",
"description":"Defines the item this entity wants to craft with the item defined above. Should be an item name.",
"title":"Craft Into"
},
"item":{"type":"string","description":"The name of the item","$ref":"../../../../general/item/identifier.json"},
"item_aux":{"type":"integer","description":"Aux value for the item.","title":"Item Aux"},