Frogs attempt to pathfind to entities that are outside of the world border
The Bug:
Frogs attempt to pathfind to entities that are outside of the world border.
Steps to Reproduce:
- Set the world border's center to your current positionĀ and to thirty blocks wide by using the commands provided below.
/worldborder center ~ ~
/worldborder set 30
- Give yourself a spawn egg that will always spawn small slimes with no AI by using the command provided below.
/give @s minecraft:slime_spawn_egg[minecraft:entity_data={id:"minecraft:slime",Size:0,NoAI:1b}] - Summon a slime along the edge of the world border using the spawn egg.
- Set the world border to twenty blocks wide so that the slime is outside of the world border by using the command provided below.
/worldborder set 20
- Summon a frog within the world border and wait until it notices and begins pathfinding towards the slime.
- Take note as to whether or not frogs attempt to pathfind to entities that are outside of the world border.
Observed Behavior:
Frogs attempt to pathfind to entities that are outside of the world border.
Expected Behavior:
Frogs would not attempt to pathfind to entities that are outside of the world border.