"description":"Allows this entity to generate paths in the air like the vanilla Bees do. Keeps them from falling out of the skies and doing predictive movement.",
"type":"object",
"additionalProperties":false,
"properties":{
"avoid_damage_blocks":{
"type":"boolean",
"default":false,
"description":"Tells the pathfinder to avoid blocks that cause damage when finding a path",
"title":"Avoid Damage Blocks"
},
"avoid_portals":{
"type":"boolean",
"default":false,
"description":"Tells the pathfinder to avoid portals (like nether portals) when finding a path",
"title":"Avoid Portals"
},
"avoid_sun":{
"type":"boolean",
"default":false,
"description":"Whether or not the pathfinder should avoid tiles that are exposed to the sun when creating paths",
"title":"Avoid Sun"
},
"avoid_water":{
"type":"boolean",
"default":false,
"description":"Tells the pathfinder to avoid water when creating a path",
"title":"Avoid Water"
},
"blocks_to_avoid":{
"type":"array",
"description":"Tells the pathfinder which blocks to avoid when creating a path",
"title":"Blocks To Avoid",
"items":{
"title":"Block",
"description":"Tells the pathfinder which blocks to avoid when creating a path",