Within the "minecraft:navigation.walk" entity component, there is a parameter "avoid_damage_blocks" that is not documented in the 1.16 entity components documentation included with the sample vanilla behavior pack. I noticed this when I found that this parameter has been added to the blaze.json. I wanted to understand it better to respond to this comment following the fix to MCPE-45469.
Linked issues
relates to 1
Comments 6
I believe this parameter may be the cause of MCPE-89126.
Strangely, the documentation on bedrock.dev includes a description of avoid_damage_blocks. I don’t know why that would be more complete than the sample vanilla pack.
I believe this parameter may be the cause of MCPE-89126.