The Bug:
Turtles can still move despite having their movement speed attribute set to zero.
Steps to Reproduce:
Summon a turtle that has its "minecraft:movement_speed" attribute set to 0 by using the command provided below.
/summon minecraft:turtle ~ ~ ~ {attributes:[{base:0d,id:"minecraft:movement_speed"}]}
Tempt the turtle by holding some seagrass in your hand.
Watch the movement of the turtle closely.
Take note as to whether or not turtles can still move despite having their movement speed attribute set to zero.
Observed Behavior:
Turtles can still move.
Expected Behavior:
Turtles would not be able to move.
can confirm in 1.18.1…